mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add missing thread sent indication.
This commit is contained in:
@@ -269,6 +269,7 @@ void SysTraceSendExternalName( uint64_t thread )
|
||||
if( !threadSent )
|
||||
{
|
||||
GetProfiler().SendString( thread, "???", QueueType::ExternalThreadName );
|
||||
threadSent = true;
|
||||
}
|
||||
if( pid != 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user