diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 223c354a..741b61e6 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6389,6 +6389,8 @@ void View::DrawInfo() ImGui::Separator(); TextFocused( "Frame set:", m_frames->name == 0 ? "Frames" : m_worker.GetString( m_frames->name ) ); + ImGui::SameLine(); + ImGui::TextDisabled( "(%s)", m_frames->continuous ? "continuous" : "discontinuous" ); TextFocused( "Count:", RealToString( fsz, true ) ); TextFocused( "Total time:", TimeToString( m_frameSortData.total ) ); ImGui::SameLine();