1
0
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:
Bartosz Taudul
2017-09-25 22:46:14 +02:00
parent 93fc85a639
commit 519cb8dff3
6 changed files with 17 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@ struct Event
int64_t start;
int64_t end;
uint32_t srcloc;
uint32_t color;
Event* parent;
Vector<Event*> child;