mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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…
x
Reference in New Issue
Block a user