mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Add missing thread sent indication.
This commit is contained in:
parent
4e7e9ee3b1
commit
e481b5ba22
@ -269,6 +269,7 @@ void SysTraceSendExternalName( uint64_t thread )
|
|||||||
if( !threadSent )
|
if( !threadSent )
|
||||||
{
|
{
|
||||||
GetProfiler().SendString( thread, "???", QueueType::ExternalThreadName );
|
GetProfiler().SendString( thread, "???", QueueType::ExternalThreadName );
|
||||||
|
threadSent = true;
|
||||||
}
|
}
|
||||||
if( pid != 0 )
|
if( pid != 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user