1
0
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:
Bartosz Taudul
2017-09-21 21:57:40 +02:00
parent 7446e27e60
commit 5065743bf0
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ struct Event
{
int64_t start;
int64_t end;
uint32_t srcloc;
Vector<Event*> child;
};