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

Allow sorting find zone groups by mean time per call.

This commit is contained in:
Bartosz Taudul
2019-01-30 01:54:18 +01:00
parent c5fd347401
commit b0d319890b
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ private:
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
enum class GroupBy : int { Thread, UserText, Callstack };
enum class SortBy : int { Order, Count, Time };
enum class SortBy : int { Order, Count, Time, Mtpc };
struct Group
{