mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Change default find parameters to unlimited.
This commit is contained in:
parent
dca7338319
commit
b09bae07c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user