From ead597bacc9ce8bffa0ea6f23142fde54d7d5193 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 10 Mar 2020 21:08:56 +0100 Subject: [PATCH] Display count of ghost zones. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) 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() ) {