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