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

Ability to completely hide threads.

This commit is contained in:
Bartosz Taudul
2017-10-22 13:13:26 +02:00
parent 10e3307512
commit 133db4c68e
2 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ private:
struct ThreadData
{
uint64_t id;
bool enabled;
bool showFull;
bool visible;
Vector<Event*> timeline;
Vector<MessageData*> messages;
};