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:
@@ -12,6 +12,7 @@ struct Event
|
||||
int64_t end;
|
||||
uint64_t srcloc;
|
||||
|
||||
const char* text;
|
||||
Event* parent;
|
||||
Vector<Event*> child;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user