Display number of received code locations.

This commit is contained in:
Bartosz Taudul 2020-04-02 00:00:46 +02:00
parent c8d1f4d3d6
commit 6392e4d38d

View File

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