diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 3a6f36b4..b9ed99d2 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5759,6 +5759,7 @@ void View::DrawCompare() ImGui::SameLine(); #endif TextFocused( "Total time (ext.):", TimeToString( zoneData1.total * adj1 ) ); + TextFocused( "Savings:", TimeToString( zoneData1.total * adj1 - zoneData0.total * adj0 ) ); TextFocused( "Max counts:", cumulateTime ? TimeToString( maxVal ) : RealToString( floor( maxVal ), true ) ); #ifdef TRACY_EXTENDED_FONT