diff --git a/profiler/src/profiler/TracySourceView.cpp b/profiler/src/profiler/TracySourceView.cpp index fc135e36..5f3bc318 100644 --- a/profiler/src/profiler/TracySourceView.cpp +++ b/profiler/src/profiler/TracySourceView.cpp @@ -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 ) {