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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user