Find zone groups are now by default sorted by count.

This commit is contained in:
Bartosz Taudul 2018-09-02 13:34:00 +02:00
parent d1f9fff7e3
commit 0b0fa919d3

View File

@ -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;