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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user