From 47d56f62596bdcd5d75c5e5de2996143c05bda3f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 9 Apr 2020 22:52:44 +0200 Subject: [PATCH] Proper scaling of instruction pointer counts. --- server/TracySourceView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 1f5f3596..671720cd 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -490,6 +490,7 @@ void SourceView::RenderSymbolView( const Worker& worker ) iptr++; } } + iptotalSrc = iptotalAsm; } if( iptotalAsm > 0 ) {