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
@@ -25,6 +25,7 @@ struct QueueZoneBegin
uint64_t function; // ptr
uint32_t line;
uint64_t thread;
uint32_t color;
};
struct QueueZoneEnd