1
0
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:
Bartosz Taudul
2017-10-01 19:11:01 +02:00
parent f46781808c
commit a1abf1f015
4 changed files with 23 additions and 15 deletions
+2
View File
@@ -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