diff --git a/server/TracyView.cpp b/server/TracyView.cpp index ce57f72a..aff7cdc4 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -12008,6 +12008,7 @@ void View::DrawInfo() } } TextFocused( "Call stack samples:", RealToString( m_worker.GetCallstackSampleCount() ) ); + TextFocused( "Ghost zones:", RealToString( m_worker.GetGhostZonesCount() ) ); TextFocused( "Frame images:", RealToString( ficnt ) ); if( ficnt != 0 && ImGui::IsItemHovered() ) {