mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Increase bulk size to 1024.
This commit is contained in:
parent
6886d5035e
commit
452e5c5c83
@ -61,7 +61,7 @@ void Profiler::ZoneEnd( QueueZoneEnd&& data )
|
||||
|
||||
void Profiler::Worker()
|
||||
{
|
||||
enum { BulkSize = 32 };
|
||||
enum { BulkSize = 1024 };
|
||||
moodycamel::ConsumerToken token( m_queue );
|
||||
|
||||
for(;;)
|
||||
|
Loading…
Reference in New Issue
Block a user