mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move cycles up in cost combo selector.
This commit is contained in:
@@ -38,9 +38,9 @@ public:
|
||||
enum class CostType
|
||||
{
|
||||
SampleCount,
|
||||
Cycles,
|
||||
SlowBranches,
|
||||
SlowCache,
|
||||
Cycles,
|
||||
Retirements,
|
||||
BranchesTaken,
|
||||
BranchMiss,
|
||||
|
||||
Reference in New Issue
Block a user