Skip to content

Commit 1499da5

Browse files
committed
Add label for local call stack context menu.
1 parent 3e41052 commit 1499da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

profiler/src/profiler/TracySourceView.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,9 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
28702870
}
28712871
if( ImGui::BeginPopup( "localCallstackPopup" ) )
28722872
{
2873+
ImGui::PushFont( m_smallFont );
2874+
TextDisabledUnformatted( "Local call stack:" );
2875+
ImGui::PopFont();
28732876
const auto lcs = m_localCallstackPopup;
28742877
for( uint8_t i=0; i<lcs->size; i++ )
28752878
{

0 commit comments

Comments
 (0)