mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't send source location through the queue.
This commit is contained in:
parent
065964b216
commit
0d15d45c3a
@ -327,7 +327,7 @@ void Profiler::SendSourceLocation( uint64_t ptr )
|
||||
item.srcloc.r = ( srcloc->color ) & 0xFF;
|
||||
item.srcloc.g = ( srcloc->color >> 8 ) & 0xFF;
|
||||
item.srcloc.b = ( srcloc->color >> 16 ) & 0xFF;
|
||||
s_token.ptr->enqueue<moodycamel::CanAlloc>( std::move( item ) );
|
||||
AppendData( &item, QueueDataSize[item.hdr.idx] );
|
||||
}
|
||||
|
||||
bool Profiler::SendSourceLocationPayload( uint64_t _ptr )
|
||||
|
Loading…
Reference in New Issue
Block a user