Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-04-09 23:52:44 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-04-09 23:52:44 +0300
commit47d56f62596bdcd5d75c5e5de2996143c05bda3f (patch)
tree2c1e6eb37c05f51cbcf5684e9eab6ebfcd52e279
parentf0c7a751c11207193c25786e435dc68f4aea7c00 (diff)
Proper scaling of instruction pointer counts.
-rw-r--r--server/TracySourceView.cpp1
1 files changed, 1 insertions, 0 deletions
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 )
{