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

Allow hiding plots.

This commit is contained in:
Bartosz Taudul
2017-10-13 15:41:20 +02:00
parent 4ed905ca88
commit 40d7a26b37
2 changed files with 72 additions and 49 deletions
+1
View File
@@ -73,6 +73,7 @@ private:
uint64_t name;
double min;
double max;
bool enabled;
std::vector<PlotItem> data;
};