diff --git a/profiler/src/profiler/TracyView_Samples.cpp b/profiler/src/profiler/TracyView_Samples.cpp index 7f2f02c1..4bbd7112 100644 --- a/profiler/src/profiler/TracyView_Samples.cpp +++ b/profiler/src/profiler/TracyView_Samples.cpp @@ -616,6 +616,11 @@ void View::DrawSamplesStatistics( Vector& 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();