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

Add callstack index to ZoneEvent.

This commit is contained in:
Bartosz Taudul
2018-06-22 01:11:03 +02:00
parent 978e168cbd
commit 205a4e4ca2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ struct ZoneEvent
int8_t cpu_start;
int8_t cpu_end;
StringIdx text;
uint32_t callstack;
// This must be last. All above is read/saved as-is.
Vector<ZoneEvent*> child;