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:
@@ -12,6 +12,7 @@ struct Event
|
||||
int64_t end;
|
||||
uint32_t srcloc;
|
||||
|
||||
Event* parent;
|
||||
Vector<Event*> child;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user