diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 328aeee9..e84a2346 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1058,6 +1058,7 @@ int View::DrawZoneLevel( const Vector& vec, bool hover, double pxns, con ImGui::Text( "%s", func ); ImGui::Text( "%s:%i", GetString( srcFile.filename ), srcFile.line ); ImGui::Text( "Execution time: %s", TimeToString( end - ev.start ) ); + ImGui::Text( "Without profiling: %s", TimeToString( end - ev.start - m_delay ) ); ImGui::EndTooltip(); }