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:
@@ -23,6 +23,7 @@ struct SourceLocation
|
||||
const char* function;
|
||||
const char* file;
|
||||
uint32_t line;
|
||||
uint32_t color;
|
||||
};
|
||||
|
||||
class Profiler
|
||||
|
||||
Reference in New Issue
Block a user