mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +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()
|
void View::DrawSampleParents()
|
||||||
{
|
{
|
||||||
const auto symbol = m_worker.GetSymbolData( m_sampleParents.symAddr );
|
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() );
|
assert( !stats.parents.empty() );
|
||||||
|
|
||||||
bool show = true;
|
bool show = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user