diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index d2bb5911..cbee564c 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1091,6 +1091,7 @@ Profiler::Profiler() { s_sysTraceThread = (Thread*)tracy_malloc( sizeof( Thread ) ); new(s_sysTraceThread) Thread( SysTraceWorker, nullptr ); + std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) ); } #endif