mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store CPU id in zones.
This commit is contained in:
@@ -17,6 +17,8 @@ struct Event
|
||||
int64_t start;
|
||||
int64_t end;
|
||||
uint64_t srcloc;
|
||||
int8_t cpu_start;
|
||||
int8_t cpu_end;
|
||||
|
||||
TextData* text;
|
||||
Event* parent;
|
||||
|
||||
Reference in New Issue
Block a user