mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Add button to view entry stacks from the symbol view.
This commit is contained in:
parent
015a27bb4e
commit
cfc67727a0
@ -1233,6 +1233,12 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
|||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
ImGui::TextDisabled( "(+%s inlined functions)", RealToString( inlineCount ) );
|
ImGui::TextDisabled( "(+%s inlined functions)", RealToString( inlineCount ) );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::AlignTextToFramePadding();
|
||||||
|
if( ImGui::SmallButton( ICON_FA_ARROW_DOWN_SHORT_WIDE " Entry stacks" ) ) view.ShowSampleParents( m_symAddr, !m_calcInlineStats );
|
||||||
|
if( inlineList )
|
||||||
|
{
|
||||||
if( m_calcInlineStats )
|
if( m_calcInlineStats )
|
||||||
{
|
{
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user