mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Different sorting modes for zone time distribution.
This commit is contained in:
@@ -561,6 +561,11 @@ private:
|
||||
bool sync = false;
|
||||
bool zoom = false;
|
||||
} m_playback;
|
||||
|
||||
struct TimeDistribution {
|
||||
enum class SortBy : int { Count, Time, Mtpc };
|
||||
SortBy sortBy = SortBy::Time;
|
||||
} m_timeDist;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user