1
0
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:
Bartosz Taudul
2024-08-04 00:09:51 +02:00
parent 37bfde5106
commit 835ba9fddf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;