mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Record CPU id.
This commit is contained in:
@@ -27,11 +27,13 @@ struct QueueZoneBegin
|
||||
int64_t time;
|
||||
uint64_t srcloc; // ptr
|
||||
uint64_t thread;
|
||||
int8_t cpu;
|
||||
};
|
||||
|
||||
struct QueueZoneEnd
|
||||
{
|
||||
int64_t time;
|
||||
int8_t cpu;
|
||||
};
|
||||
|
||||
struct QueueSourceLocation
|
||||
|
||||
Reference in New Issue
Block a user