mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +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 );
|
m_backgroundDone.store( true, std::memory_order_relaxed );
|
||||||
} );
|
} );
|
||||||
#else
|
#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 );
|
m_backgroundDone.store( true, std::memory_order_relaxed );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user