diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 607673d9..ff715872 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1115,7 +1115,7 @@ void SourceView::RenderSymbolView( const Worker& worker, View& view ) } iptotalSrc = iptotalAsm; } - if( iptotalAsm.local > 0 || ( view.m_statRange.active && worker.GetSamplesForSymbol( m_baseAddr ) ) ) + if( ( iptotalAsm.local + iptotalAsm.ext ) > 0 || ( view.m_statRange.active && worker.GetSamplesForSymbol( m_baseAddr ) ) ) { ImGui::SameLine(); ImGui::Spacing();