mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Ability to completely hide plots.
This commit is contained in:
@@ -99,7 +99,8 @@ private:
|
||||
uint64_t name;
|
||||
double min;
|
||||
double max;
|
||||
bool enabled;
|
||||
bool showFull;
|
||||
bool visible;
|
||||
Vector<PlotItem*> data;
|
||||
Vector<PlotItem*> postpone;
|
||||
uint64_t postponeTime;
|
||||
|
||||
Reference in New Issue
Block a user