mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add a list of pending thread hints.
This commit is contained in:
@@ -6872,6 +6872,7 @@ void Worker::ProcessThreadGroupHint( const QueueThreadGroupHint& ev )
|
||||
auto td = RetrieveThread( ev.thread );
|
||||
assert( td );
|
||||
td->groupHint = ev.groupHint;
|
||||
m_pendingThreadHints.emplace_back( ev.thread );
|
||||
}
|
||||
|
||||
void Worker::ProcessFiberEnter( const QueueFiberEnter& ev )
|
||||
|
||||
Reference in New Issue
Block a user