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

Store zone color in source location struct.

This commit is contained in:
Bartosz Taudul
2017-09-26 18:54:48 +02:00
parent 7424077d70
commit e90a86e06e
8 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ struct QueueZoneBegin
int64_t time;
uint64_t srcloc; // ptr
uint64_t thread;
uint32_t color;
};
struct QueueZoneEnd
@@ -37,6 +36,7 @@ struct QueueSourceLocation
uint64_t function; // ptr
uint64_t file; // ptr
uint32_t line;
uint32_t color;
};
struct QueueHeader