From 60b36df07707067e0c96ceff09895ac4fdc7aeaa Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Oct 2021 01:49:20 +0200 Subject: [PATCH] Cosmetics. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 48cdd469..6067409c 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -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();