diff --git a/server/TracyView.cpp b/server/TracyView.cpp index e9fab815..c620383d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4947,6 +4947,8 @@ void View::DrawFindZone() { m_findZone.scheduleResetMatch = true; } + ImGui::SameLine(); + ImGui::TextDisabled( "(%.2f%%)", 100.f * zoneData.selfTotal / zoneData.total ); ImGui::TextDisabled( "Time range:" ); ImGui::SameLine();