mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow hiding threads.
This commit is contained in:
@@ -41,6 +41,7 @@ private:
|
||||
struct ThreadData
|
||||
{
|
||||
uint64_t id;
|
||||
bool enabled;
|
||||
Vector<Event*> timeline;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user