mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Find zone groups are now by default sorted by count.
This commit is contained in:
parent
d1f9fff7e3
commit
0b0fa919d3
@ -287,7 +287,7 @@ private:
|
||||
bool logTime = true;
|
||||
bool cumulateTime = false;
|
||||
GroupBy groupBy = GroupBy::Thread;
|
||||
SortBy sortBy = SortBy::Order;
|
||||
SortBy sortBy = SortBy::Count;
|
||||
Region highlight;
|
||||
int64_t hlOrig_t0, hlOrig_t1;
|
||||
int64_t numBins = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user