mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Pass fiber group hint to NewThread().
This commit is contained in:
@@ -821,7 +821,7 @@ private:
|
||||
void InsertMessageData( MessageData* msg );
|
||||
|
||||
ThreadData* NoticeThreadReal( uint64_t thread );
|
||||
ThreadData* NewThread( uint64_t thread, bool fiber );
|
||||
ThreadData* NewThread( uint64_t thread, bool fiber, int32_t groupHint );
|
||||
tracy_force_inline ThreadData* NoticeThread( uint64_t thread )
|
||||
{
|
||||
if( m_data.threadDataLast.first == thread ) return m_data.threadDataLast.second;
|
||||
|
||||
Reference in New Issue
Block a user