1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Thread thread zone count.

This commit is contained in:
Bartosz Taudul
2017-11-18 01:14:16 +01:00
parent cc3d18d51d
commit 123de74fca
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -128,6 +128,7 @@ struct MessageData
struct ThreadData
{
uint64_t id;
uint64_t count;
bool showFull;
bool visible;
Vector<ZoneEvent*> timeline;