mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Don't copy stats.
This commit is contained in:
parent
29133431bc
commit
514acf1bac
@ -15289,7 +15289,7 @@ void View::DrawAnnotationList()
|
||||
void View::DrawSampleParents()
|
||||
{
|
||||
const auto symbol = m_worker.GetSymbolData( m_sampleParents.symAddr );
|
||||
const auto stats = *m_worker.GetSymbolStats( m_sampleParents.symAddr );
|
||||
const auto& stats = *m_worker.GetSymbolStats( m_sampleParents.symAddr );
|
||||
assert( !stats.parents.empty() );
|
||||
|
||||
bool show = true;
|
||||
|
Loading…
Reference in New Issue
Block a user