mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display number of received code locations.
This commit is contained in:
parent
c8d1f4d3d6
commit
6392e4d38d
@ -12114,6 +12114,7 @@ void View::DrawInfo()
|
|||||||
ImGui::TextUnformatted( MemSizeToString( m_worker.GetSymbolCodeSize() ) );
|
ImGui::TextUnformatted( MemSizeToString( m_worker.GetSymbolCodeSize() ) );
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
}
|
}
|
||||||
|
TextFocused( "Code locations:", RealToString( m_worker.GetCodeLocationsSize() ) );
|
||||||
TextFocused( "Call stacks:", RealToString( m_worker.GetCallstackPayloadCount() ) );
|
TextFocused( "Call stacks:", RealToString( m_worker.GetCallstackPayloadCount() ) );
|
||||||
if( m_worker.AreCallstackSamplesReady() )
|
if( m_worker.AreCallstackSamplesReady() )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user