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

Process message callstacks.

This commit is contained in:
Bartosz Taudul
2019-11-15 00:42:44 +01:00
parent 60ae748635
commit 49945c7198
4 changed files with 100 additions and 6 deletions
+1
View File
@@ -400,6 +400,7 @@ struct MessageData
StringRef ref;
uint16_t thread;
uint32_t color;
Int24 callstack;
};
enum { MessageDataSize = sizeof( MessageData ) };