mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00: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
|
|
||||||
if( !IsThreadLocal( ev.newThread ) )
|
|
||||||
{
|
|
||||||
CheckExternalName( ev.newThread );
|
CheckExternalName( ev.newThread );
|
||||||
}
|
|
||||||
|
|
||||||
if( migration )
|
if( migration )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user