mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 12:04:35 +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::SameLine();
|
||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
ImGui::TextDisabled( "(%s inlined functions)", RealToString( inlineCount + 1 ) );
|
ImGui::TextDisabled( "(+%s inlined functions)", RealToString( inlineCount ) );
|
||||||
}
|
}
|
||||||
if( m_calcInlineStats )
|
if( m_calcInlineStats )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user