mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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…
Reference in New Issue
Block a user