diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index d99b3e6c..1f8a2c79 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -495,6 +495,10 @@ void SourceView::RenderSymbolView( const Worker& worker ) } if( iptotalAsm > 0 ) { + ImGui::SameLine(); + ImGui::Spacing(); + ImGui::SameLine(); + TextFocused( ICON_FA_STOPWATCH " Time:", TimeToString( iptotalAsm * worker.GetSamplingPeriod() ) ); ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine();