mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store fiber state is ThreadData.
This commit is contained in:
@@ -743,7 +743,7 @@ private:
|
||||
void InsertMessageData( MessageData* msg );
|
||||
|
||||
ThreadData* NoticeThreadReal( uint64_t thread );
|
||||
ThreadData* NewThread( uint64_t thread );
|
||||
ThreadData* NewThread( uint64_t thread, bool fiber );
|
||||
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