diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 2d3bf604..70367eab 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14419,6 +14419,7 @@ void View::DrawInfo() TextFocused( "Child samples:", RealToString( m_worker.GetChildSamplesCountFull() ) ); ImGui::EndTooltip(); } + TextFocused( "Context switch samples:", RealToString( m_worker.GetContextSwitchSampleCount() ) ); #endif TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) ); if( ImGui::IsItemHovered() )