diff --git a/server/TracyView.cpp b/server/TracyView.cpp index fc10ddea..a5a84697 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -13922,6 +13922,7 @@ void View::DrawInfo() ImGui::EndTooltip(); } #endif + TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) ); TextFocused( "Frame images:", RealToString( ficnt ) ); if( ficnt != 0 && ImGui::IsItemHovered() ) {