mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 12:04:35 +00:00
Mark self function in inlines list if top inline is enabled.
This commit is contained in:
parent
b676406878
commit
315864e434
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user