1
0
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:
Bartosz Taudul
2021-06-20 12:50:13 +02:00
parent c445c3805c
commit 5efc03cdf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,9 +38,9 @@ public:
enum class CostType
{
SampleCount,
Cycles,
SlowBranches,
SlowCache,
Cycles,
Retirements,
BranchesTaken,
BranchMiss,