1
0
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:
Bartosz Taudul
2017-10-01 19:16:44 +02:00
parent a1abf1f015
commit 91fd171b60
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -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;