mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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( "Call stack samples:", RealToString( m_worker.GetCallstackSampleCount() ) );
|
||||||
|
TextFocused( "Ghost zones:", RealToString( m_worker.GetGhostZonesCount() ) );
|
||||||
TextFocused( "Frame images:", RealToString( ficnt ) );
|
TextFocused( "Frame images:", RealToString( ficnt ) );
|
||||||
if( ficnt != 0 && ImGui::IsItemHovered() )
|
if( ficnt != 0 && ImGui::IsItemHovered() )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user