mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Allow inspection of symbol from flame graph.
This commit is contained in:
parent
5caeffa19a
commit
98a064efa9
@ -318,6 +318,11 @@ void View::DrawFlameGraphItem( const FlameGraphItem& item, FlameGraphContext& ct
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( buf );
|
||||
}
|
||||
|
||||
if( IsMouseClicked( 0 ) )
|
||||
{
|
||||
ViewDispatch( file, line, symAddr );
|
||||
}
|
||||
}
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user