From 8b489c95ffb3df988168a90d2f3380469fed00d7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 18 Jul 2021 15:42:00 +0200 Subject: [PATCH] Rename slow branches/cache to branch/cache impact. --- server/TracySourceView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index ef064735..ac6ccdcf 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -72,8 +72,8 @@ static SourceView::RegsX86 s_regMapX86[X86_REG_ENDING]; static constexpr const char* s_CostName[] = { "Sample count", "Cycles", - "Slow branches", - "Slow cache", + "Branch impact", + "Cache impact", "Retirements", "Branches taken", "Branch miss",