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

Add per-thread ghost zones switch.

This commit is contained in:
Bartosz Taudul
2020-03-17 00:15:27 +01:00
parent 6daa429b69
commit 77d30adee9
2 changed files with 132 additions and 100 deletions
+1
View File
@@ -59,6 +59,7 @@ public:
{
bool visible = true;
bool showFull = true;
bool ghost = false;
int offset = 0;
int height = 0;
};