1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Expose GetModuleName() outside TracyCallstack.cpp.

This commit is contained in:
Bartosz Taudul
2021-11-25 21:56:13 +01:00
parent 2bd1e5bca7
commit 1ed174c1b6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ CallstackSymbolData DecodeCodeAddress( uint64_t ptr );
const char* DecodeCallstackPtrFast( uint64_t ptr );
CallstackEntryData DecodeCallstackPtr( uint64_t ptr );
void InitCallstack();
const char* GetModuleName( uint64_t addr );
#if TRACY_HAS_CALLSTACK == 1