From c4324873b2257bc397c2f9120f3696558d4e0ddd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 15 Aug 2022 20:40:49 +0200 Subject: [PATCH] Add tooltips for parent names. --- server/TracyView_Samples.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView_Samples.cpp b/server/TracyView_Samples.cpp index a920ecc0..5509af29 100644 --- a/server/TracyView_Samples.cpp +++ b/server/TracyView_Samples.cpp @@ -344,6 +344,7 @@ void View::DrawSamplesStatistics( Vector& data, int64_t timeRange, Accu { const auto normalized = ShortenZoneName( ShortenName::OnlyNormalize, parentName ); ImGui::TextDisabled( "(%s)", normalized ); + TooltipNormalizedName( parentName, normalized ); } } if( !m_statSeparateInlines && v.count > 0 && v.symAddr != 0 )