mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Move cycles up in cost combo selector.
This commit is contained in:
parent
c445c3805c
commit
5efc03cdf9
@ -71,9 +71,9 @@ static SourceView::RegsX86 s_regMapX86[X86_REG_ENDING];
|
||||
|
||||
static constexpr const char* s_CostName[] = {
|
||||
"Sample count",
|
||||
"Cycles",
|
||||
"Slow branches",
|
||||
"Slow cache",
|
||||
"Cycles",
|
||||
"Retirements",
|
||||
"Branches taken",
|
||||
"Branch miss",
|
||||
|
@ -38,9 +38,9 @@ public:
|
||||
enum class CostType
|
||||
{
|
||||
SampleCount,
|
||||
Cycles,
|
||||
SlowBranches,
|
||||
SlowCache,
|
||||
Cycles,
|
||||
Retirements,
|
||||
BranchesTaken,
|
||||
BranchMiss,
|
||||
|
Loading…
Reference in New Issue
Block a user