1
0
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:
Bartosz Taudul
2017-10-12 19:47:56 +02:00
parent c1090a3116
commit 6fc0bc881c
2 changed files with 33 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ private:
struct ThreadData
{
uint64_t id;
bool enabled;
Vector<Event*> timeline;
};