1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove codeAddressToLocation map.

This commit is contained in:
Bartosz Taudul
2022-10-12 00:02:44 +02:00
parent 0b84b50d9f
commit ed455339b3
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -99,7 +99,6 @@ void View::DrawInfo()
TextFocused( "Symbols:", RealToString( m_worker.GetSymbolsCount() ) );
TextFocused( "Symbol code fragments:", RealToString( m_worker.GetSymbolCodeCount() ) );
TooltipIfHovered( MemSizeToString( m_worker.GetSymbolCodeSize() ) );
TextFocused( "Code locations:", RealToString( m_worker.GetCodeLocationsSize() ) );
TextFocused( "Call stacks:", RealToString( m_worker.GetCallstackPayloadCount() ) );
if( m_worker.AreCallstackSamplesReady() )
{