1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add tooltips for parent names.

This commit is contained in:
Bartosz Taudul 2022-08-15 20:40:49 +02:00
parent 655bcd40fb
commit c4324873b2
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -344,6 +344,7 @@ void View::DrawSamplesStatistics( Vector<SymList>& 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 )