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

Allow disabling average and median time markers.

This commit is contained in:
Bartosz Taudul
2018-09-02 13:06:09 +02:00
parent 1bff8a7997
commit 08729c2b42
2 changed files with 18 additions and 12 deletions
+2
View File
@@ -297,6 +297,8 @@ private:
float average, selAverage;
float median, selMedian;
int64_t total, selTotal;
bool drawAvgMed = true;
bool drawSelAvgMed = true;
void Reset()
{