mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-25 19:46:01 +00:00
Change default find parameters to unlimited.
This commit is contained in:
@@ -164,8 +164,8 @@ private:
|
||||
bool show;
|
||||
std::vector<std::unique_ptr<ThreadData>> result;
|
||||
char pattern[1024] = { "" };
|
||||
int maxZonesPerThread = 1000;
|
||||
int maxDepth = 10;
|
||||
int maxZonesPerThread = -1;
|
||||
int maxDepth = -1;
|
||||
bool logVal = false;
|
||||
bool logTime = false;
|
||||
} m_findZone;
|
||||
|
||||
Reference in New Issue
Block a user