1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add parent pointer to Event.

This commit is contained in:
Bartosz Taudul
2017-09-23 15:41:26 +02:00
parent cdab2297ef
commit a68b0921b1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ struct Event
int64_t end;
uint32_t srcloc;
Event* parent;
Vector<Event*> child;
};