mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Disable sample parents when inline aggregation is enabled.
This commit is contained in:
parent
e155702e0a
commit
6235343286
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user