Cosmetics.

This commit is contained in:
Bartosz Taudul 2021-10-21 01:49:20 +02:00
parent 6c53c36bfe
commit 60b36df077
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1917,10 +1917,10 @@ void Profiler::Worker()
void Profiler::CompressWorker()
{
ThreadExitHandler threadExitHandler;
SetThreadName( "Tracy DXT1" );
while( m_timeBegin.load( std::memory_order_relaxed ) == 0 ) std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) );
rpmalloc_thread_initialize();
for(;;)
{
const auto shouldExit = ShouldExit();