mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 09:14:36 +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++;
|
iptr++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
iptotalSrc = iptotalAsm;
|
||||||
}
|
}
|
||||||
if( iptotalAsm > 0 )
|
if( iptotalAsm > 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user