Display count of ghost zones.

This commit is contained in:
Bartosz Taudul 2020-03-10 21:08:56 +01:00
parent 452341059b
commit ead597bacc

View File

@ -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() )
{