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

Support logarithmic scaling of values on search histogram.

This commit is contained in:
Bartosz Taudul
2018-02-16 13:28:40 +01:00
parent 508b699252
commit 9678cc8afc
2 changed files with 22 additions and 5 deletions
+1
View File
@@ -288,6 +288,7 @@ private:
char pattern[1024] = { "" };
int maxZonesPerThread = 1000;
int maxDepth = 10;
bool logVal = false;
} m_findZone;
bool m_terminate;