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

Store callstack frame module name.

This commit is contained in:
Bartosz Taudul
2020-02-26 00:32:47 +01:00
parent 4cf520db93
commit 7d0dac9ae2
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -34,6 +34,7 @@ struct CallstackEntryData
{
const CallstackEntry* data;
uint8_t size;
const char* imageName;
};
const char* DecodeCallstackPtrFast( uint64_t ptr );