1
0
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:
Bartosz Taudul
2017-11-19 01:16:21 +01:00
parent 65a62d9611
commit b3e0d2660d
3 changed files with 18 additions and 36 deletions
+1
View File
@@ -132,6 +132,7 @@ struct ThreadData
bool showFull;
bool visible;
Vector<ZoneEvent*> timeline;
Vector<ZoneEvent*> stack;
Vector<MessageData*> messages;
};