mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fast callstack frame decoder.
Returns only function name, doesn't retrieve inlined functions, doesn't perform demangling.
This commit is contained in:
@@ -41,6 +41,7 @@ struct CallstackEntryData
|
||||
uint8_t size;
|
||||
};
|
||||
|
||||
const char* DecodeCallstackPtrFast( uint64_t ptr );
|
||||
CallstackEntryData DecodeCallstackPtr( uint64_t ptr );
|
||||
void InitCallstack();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user