mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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[] = {
|
static constexpr const char* s_CostName[] = {
|
||||||
"Sample count",
|
"Sample count",
|
||||||
|
"Cycles",
|
||||||
"Slow branches",
|
"Slow branches",
|
||||||
"Slow cache",
|
"Slow cache",
|
||||||
"Cycles",
|
|
||||||
"Retirements",
|
"Retirements",
|
||||||
"Branches taken",
|
"Branches taken",
|
||||||
"Branch miss",
|
"Branch miss",
|
||||||
|
@ -38,9 +38,9 @@ public:
|
|||||||
enum class CostType
|
enum class CostType
|
||||||
{
|
{
|
||||||
SampleCount,
|
SampleCount,
|
||||||
|
Cycles,
|
||||||
SlowBranches,
|
SlowBranches,
|
||||||
SlowCache,
|
SlowCache,
|
||||||
Cycles,
|
|
||||||
Retirements,
|
Retirements,
|
||||||
BranchesTaken,
|
BranchesTaken,
|
||||||
BranchMiss,
|
BranchMiss,
|
||||||
|
Loading…
Reference in New Issue
Block a user