mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Rename slow branches/cache to branch/cache impact.
This commit is contained in:
parent
0e603a0997
commit
8b489c95ff
@ -72,8 +72,8 @@ 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",
|
"Cycles",
|
||||||
"Slow branches",
|
"Branch impact",
|
||||||
"Slow cache",
|
"Cache impact",
|
||||||
"Retirements",
|
"Retirements",
|
||||||
"Branches taken",
|
"Branches taken",
|
||||||
"Branch miss",
|
"Branch miss",
|
||||||
|
Loading…
Reference in New Issue
Block a user