diff --git a/server/TracyView_Options.cpp b/server/TracyView_Options.cpp index ca0372f7..a2c8f6d8 100644 --- a/server/TracyView_Options.cpp +++ b/server/TracyView_Options.cpp @@ -34,6 +34,19 @@ void View::DrawOptions() ImGui::SameLine(); TextDisabledUnformatted( TimeToString( 1000*1000*1000 / tmp ) ); ImGui::PopStyleVar(); + SmallColorBox( 0xFF2222DD ); + ImGui::SameLine(); + ImGui::Text( "< %i <", tmp / 2 ); + ImGui::SameLine(); + SmallColorBox( 0xFF22DDDD ); + ImGui::SameLine(); + ImGui::Text( "< %i <", tmp ); + ImGui::SameLine(); + SmallColorBox( 0xFF22DD22 ); + ImGui::SameLine(); + ImGui::Text( "< %i <", tmp * 2 ); + ImGui::SameLine(); + SmallColorBox( 0xFFDD9900 ); ImGui::Unindent(); if( m_worker.HasContextSwitches() ) {