mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Also collect information on local threads.
This commit is contained in:
parent
9a3974b8f1
commit
19857473e3
@ -4213,11 +4213,7 @@ void Worker::ProcessContextSwitch( const QueueContextSwitch& ev )
|
|||||||
cx.SetEnd( -1 );
|
cx.SetEnd( -1 );
|
||||||
cx.SetThread( ev.newThread );
|
cx.SetThread( ev.newThread );
|
||||||
|
|
||||||
// At this point that check is approximate
|
CheckExternalName( ev.newThread );
|
||||||
if( !IsThreadLocal( ev.newThread ) )
|
|
||||||
{
|
|
||||||
CheckExternalName( ev.newThread );
|
|
||||||
}
|
|
||||||
|
|
||||||
if( migration )
|
if( migration )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user