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

Zone text (custom string) transfer.

This commit is contained in:
Bartosz Taudul
2017-09-27 02:18:17 +02:00
parent 3c0ce01954
commit d1bbb731fc
9 changed files with 93 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ struct Event
int64_t end;
uint64_t srcloc;
const char* text;
Event* parent;
Vector<Event*> child;
};