mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Proper scaling of instruction pointer counts.
This commit is contained in:
parent
f0c7a751c1
commit
47d56f6259
@ -490,6 +490,7 @@ void SourceView::RenderSymbolView( const Worker& worker )
|
||||
iptr++;
|
||||
}
|
||||
}
|
||||
iptotalSrc = iptotalAsm;
|
||||
}
|
||||
if( iptotalAsm > 0 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user