Disable sample parents when inline aggregation is enabled.

This commit is contained in:
Bartosz Taudul 2024-03-13 19:13:42 +01:00
parent e155702e0a
commit 6235343286
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -547,7 +547,7 @@ void View::DrawSamplesStatistics( Vector<SymList>& data, int64_t timeRange, Accu
}
const auto sn = iv.symAddr == v.symAddr ? "[ - self - ]" : name;
if( iv.excl == 0 )
if( m_mergeInlines || iv.excl == 0 )
{
if( m_shortenName == ShortenName::Never )
{