Mark self function in inlines list if top inline is enabled.

This commit is contained in:
Bartosz Taudul 2024-09-24 19:47:41 +02:00
parent b676406878
commit 315864e434
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -616,6 +616,11 @@ void View::DrawSamplesStatistics( Vector<SymList>& data, int64_t timeRange, Accu
if( clicked ) ShowSampleParents( iv.symAddr, false );
ImGui::PopID();
}
if( sn == parentName )
{
ImGui::SameLine();
TextDisabledUnformatted( "(self)" );
}
if( iv.count > 1 )
{
ImGui::SameLine();