Skip to content

Commit

Permalink
Fix UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Nov 17, 2024
1 parent e6ee311 commit e756fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiler/src/profiler/TracyView_FindZone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,11 @@ void View::DrawFindZone()
TextFocused( "Median:", TimeToString( m_findZone.median ) );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
TextFocused( "P75:", TimeToString( m_findZone.p75 ) );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
TextFocused( "P90:", TimeToString( m_findZone.p90 ) );
ImGui::SameLine();
ImGui::Spacing();
Expand Down

0 comments on commit e756fa7

Please sign in to comment.