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

Show which symbols are available.

This commit is contained in:
Bartosz Taudul
2020-08-13 16:24:09 +02:00
parent 16ad6ee2ac
commit b6feb99e98
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -12479,6 +12479,11 @@ void View::DrawStatistics()
ImGui::NextColumn();
if( symlen != 0 )
{
if( m_worker.HasSymbolCode( codeAddr ) )
{
TextDisabledUnformatted( ICON_FA_DATABASE );
ImGui::SameLine();
}
if( isInline )
{
TextDisabledUnformatted( "<" );