1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow sorting zone groups by count.

This commit is contained in:
Bartosz Taudul
2018-03-20 17:19:48 +01:00
parent 64f3c55ba5
commit 4837ce31ff
2 changed files with 36 additions and 9 deletions
+1
View File
@@ -181,6 +181,7 @@ private:
bool logTime = false;
bool cumulateTime = false;
bool showThreads = true;
bool sortByCounts = false;
Region highlight;
void Reset()