mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
One more SetThreadName() to change.
This commit is contained in:
parent
92b6da7cc2
commit
3996516fce
@ -263,8 +263,7 @@ Worker::Worker( const char* addr )
|
||||
m_data.sourceLocationZonesReady = true;
|
||||
#endif
|
||||
|
||||
m_thread = std::thread( [this] { Exec(); } );
|
||||
SetThreadName( m_thread, "Tracy Worker" );
|
||||
m_thread = std::thread( [this] { SetThreadName( "Tracy Worker" ); Exec(); } );
|
||||
}
|
||||
|
||||
Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||
|
Loading…
Reference in New Issue
Block a user