mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +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;
|
m_data.sourceLocationZonesReady = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_thread = std::thread( [this] { Exec(); } );
|
m_thread = std::thread( [this] { SetThreadName( "Tracy Worker" ); Exec(); } );
|
||||||
SetThreadName( m_thread, "Tracy Worker" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Worker::Worker( FileRead& f, EventType::Type eventMask )
|
Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||||
|
Loading…
Reference in New Issue
Block a user