mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow adding custom colors to zones.
This commit is contained in:
@@ -11,6 +11,7 @@ struct Event
|
||||
int64_t start;
|
||||
int64_t end;
|
||||
uint32_t srcloc;
|
||||
uint32_t color;
|
||||
|
||||
Event* parent;
|
||||
Vector<Event*> child;
|
||||
|
||||
Reference in New Issue
Block a user