mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00: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::EndTooltip();
|
||||
}
|
||||
TextFocused( "Code locations:", RealToString( m_worker.GetCodeLocationsSize() ) );
|
||||
TextFocused( "Call stacks:", RealToString( m_worker.GetCallstackPayloadCount() ) );
|
||||
if( m_worker.AreCallstackSamplesReady() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user