mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Display count of ghost zones.
This commit is contained in:
parent
452341059b
commit
ead597bacc
@ -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() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user