1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Shorter thread names.

This commit is contained in:
Bartosz Taudul
2019-08-20 16:22:54 +02:00
parent 247acd03ee
commit 332262dd84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1500,7 +1500,7 @@ void Profiler::Worker()
void Profiler::CompressWorker()
{
SetThreadName( "Tracy Profiler DXT1" );
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(;;)