mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Properly use zone stack when inserting new zones.
CPU zones stack was also moved to thread data struct.
This commit is contained in:
@@ -132,6 +132,7 @@ struct ThreadData
|
||||
bool showFull;
|
||||
bool visible;
|
||||
Vector<ZoneEvent*> timeline;
|
||||
Vector<ZoneEvent*> stack;
|
||||
Vector<MessageData*> messages;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user