mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Display inline symbol address.
This commit is contained in:
parent
cb63b35cb1
commit
6cc844abee
@ -3125,6 +3125,8 @@ void SourceView::RenderAsmLine( AsmLine& line, const AddrStat& ipcnt, const Addr
|
|||||||
if( symData )
|
if( symData )
|
||||||
{
|
{
|
||||||
TextFocused( "Function:", worker.GetString( symData->name ) );
|
TextFocused( "Function:", worker.GetString( symData->name ) );
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::TextDisabled( "(0x%" PRIx64 ")", symAddr );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user