mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-26 13:08:24 +00:00
Name worker threads.
This commit is contained in:
@@ -20,7 +20,7 @@ TimelineController::TimelineController( View& view, Worker& worker )
|
||||
#ifdef __EMSCRIPTEN__
|
||||
, m_td( 1 )
|
||||
#else
|
||||
, m_td( std::max( 1u, std::thread::hardware_concurrency() - 2 ) )
|
||||
, m_td( std::max( 1u, std::thread::hardware_concurrency() - 2 ), "Render" )
|
||||
#endif
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user