From 0b0fa919d32a85919004d3d2816814ff9e1843b6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 2 Sep 2018 13:34:00 +0200 Subject: [PATCH] Find zone groups are now by default sorted by count. --- server/TracyView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.hpp b/server/TracyView.hpp index c93d5e52..b5bd1a95 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -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;