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;