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

Allow disabling average, median markers on frame set histogram.

This commit is contained in:
Bartosz Taudul
2018-09-02 13:37:36 +02:00
parent 0b0fa919d3
commit a02121d78a
2 changed files with 28 additions and 22 deletions
+1
View File
@@ -396,6 +396,7 @@ private:
bool logTime = true;
int64_t numBins = -1;
std::unique_ptr<int64_t[]> bins;
bool drawAvgMed = true;
} m_frameSortData;
};