1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Proper scaling of instruction pointer counts.

This commit is contained in:
Bartosz Taudul 2020-04-09 22:52:44 +02:00
parent f0c7a751c1
commit 47d56f6259

View File

@ -490,6 +490,7 @@ void SourceView::RenderSymbolView( const Worker& worker )
iptr++;
}
}
iptotalSrc = iptotalAsm;
}
if( iptotalAsm > 0 )
{