mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Be consistent with how statistics shows inline counts.
This commit is contained in:
parent
0333b9f591
commit
56b4424399
@ -1231,7 +1231,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::AlignTextToFramePadding();
|
||||
ImGui::TextDisabled( "(%s inlined functions)", RealToString( inlineCount + 1 ) );
|
||||
ImGui::TextDisabled( "(+%s inlined functions)", RealToString( inlineCount ) );
|
||||
}
|
||||
if( m_calcInlineStats )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user