mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store zone source location.
This commit is contained in:
@@ -10,6 +10,7 @@ struct Event
|
||||
{
|
||||
int64_t start;
|
||||
int64_t end;
|
||||
uint32_t srcloc;
|
||||
|
||||
Vector<Event*> child;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user