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:
@@ -288,6 +288,7 @@ private:
|
||||
char pattern[1024] = { "" };
|
||||
int maxZonesPerThread = 1000;
|
||||
int maxDepth = 10;
|
||||
bool logVal = false;
|
||||
} m_findZone;
|
||||
|
||||
bool m_terminate;
|
||||
|
||||
Reference in New Issue
Block a user