mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Don't reconstruct mem alloc plot in no-statistics builds.
This commit is contained in:
parent
ac84e77333
commit
a48e804e96
@ -1846,10 +1846,6 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
||||
m_backgroundDone.store( true, std::memory_order_relaxed );
|
||||
} );
|
||||
#else
|
||||
if( reconstructMemAllocPlot )
|
||||
{
|
||||
m_threadBackground = std::thread( [this] { ReconstructMemAllocPlot(); m_backgroundDone.store( true, std::memory_order_relaxed ); } );
|
||||
}
|
||||
m_backgroundDone.store( true, std::memory_order_relaxed );
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user