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

Add "no grouping" mode to find zone zones list.

This commit is contained in:
Bartosz Taudul
2019-10-04 12:42:05 +02:00
parent 9e1935f070
commit b913c17f5b
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ private:
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
enum class GroupBy : int { Thread, UserText, Callstack };
enum class GroupBy : int { Thread, UserText, Callstack, NoGrouping };
enum class SortBy : int { Order, Count, Time, Mtpc };
enum class TableSortBy : int { Starttime, Runtime, Name };