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

Optional log time scale in histogram.

This commit is contained in:
Bartosz Taudul
2018-02-16 15:34:22 +01:00
parent 6e8bb9e490
commit 4611bc355f
2 changed files with 39 additions and 10 deletions
+1
View File
@@ -289,6 +289,7 @@ private:
int maxZonesPerThread = 1000;
int maxDepth = 10;
bool logVal = false;
bool logTime = false;
} m_findZone;
bool m_terminate;