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:
@@ -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( "<" );
|
||||
|
||||
Reference in New Issue
Block a user