mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +00:00
Add tooltips for parent names.
This commit is contained in:
parent
655bcd40fb
commit
c4324873b2
@ -344,6 +344,7 @@ void View::DrawSamplesStatistics( Vector<SymList>& data, int64_t timeRange, Accu
|
|||||||
{
|
{
|
||||||
const auto normalized = ShortenZoneName( ShortenName::OnlyNormalize, parentName );
|
const auto normalized = ShortenZoneName( ShortenName::OnlyNormalize, parentName );
|
||||||
ImGui::TextDisabled( "(%s)", normalized );
|
ImGui::TextDisabled( "(%s)", normalized );
|
||||||
|
TooltipNormalizedName( parentName, normalized );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( !m_statSeparateInlines && v.count > 0 && v.symAddr != 0 )
|
if( !m_statSeparateInlines && v.count > 0 && v.symAddr != 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user