mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Enable log time in find zone menu by default.
This commit is contained in:
parent
d1e185e176
commit
2ef9fe0743
@ -192,7 +192,7 @@ private:
|
||||
uint64_t selThread = Unselected;
|
||||
char pattern[1024] = {};
|
||||
bool logVal = false;
|
||||
bool logTime = false;
|
||||
bool logTime = true;
|
||||
bool cumulateTime = false;
|
||||
bool showThreads = true;
|
||||
bool sortByCounts = false;
|
||||
|
Loading…
Reference in New Issue
Block a user