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

Process custom free-form zone names.

This commit is contained in:
Bartosz Taudul
2018-06-29 16:12:17 +02:00
parent b29d60056a
commit 053284b1c7
4 changed files with 42 additions and 12 deletions
+1
View File
@@ -81,6 +81,7 @@ struct ZoneEvent
int8_t cpu_end;
StringIdx text;
uint32_t callstack;
StringIdx name;
// This must be last. All above is read/saved as-is.
Vector<ZoneEvent*> child;