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:
@@ -65,7 +65,8 @@ private:
|
||||
struct ThreadData
|
||||
{
|
||||
uint64_t id;
|
||||
bool enabled;
|
||||
bool showFull;
|
||||
bool visible;
|
||||
Vector<Event*> timeline;
|
||||
Vector<MessageData*> messages;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user