From ac378983316883111533226ace98576abe7d47f6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 10 Apr 2020 23:10:26 +0200 Subject: [PATCH] Go to white-hot color for ip count over max. --- server/TracySourceView.cpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 97b464e2..5d137c27 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -698,9 +698,14 @@ void SourceView::RenderSymbolSourceView( uint32_t iptotal, unordered_flat_mapAddRectFilled( ImVec2( x14, ly ), ImVec2( x34, ly+3 ), color ); } @@ -951,9 +956,14 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_mapAddRectFilled( ImVec2( x14, ly ), ImVec2( x34, ly+3 ), color ); }