mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Store callstack index as uint32_t.
This commit is contained in:
parent
77db91253b
commit
e03493f082
@ -147,7 +147,7 @@ struct MemEvent
|
||||
uint64_t size;
|
||||
int64_t timeAlloc;
|
||||
int64_t timeFree;
|
||||
uint64_t callstack;
|
||||
uint32_t callstack;
|
||||
// All above is read/saved as-is.
|
||||
|
||||
uint16_t threadAlloc;
|
||||
|
Loading…
Reference in New Issue
Block a user