mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Proper scaling of instruction pointer counts.
This commit is contained in:
@@ -490,6 +490,7 @@ void SourceView::RenderSymbolView( const Worker& worker )
|
|||||||
iptr++;
|
iptr++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
iptotalSrc = iptotalAsm;
|
||||||
}
|
}
|
||||||
if( iptotalAsm > 0 )
|
if( iptotalAsm > 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user