mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +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()
|
void Profiler::Worker()
|
||||||
{
|
{
|
||||||
enum { BulkSize = 32 };
|
enum { BulkSize = 1024 };
|
||||||
moodycamel::ConsumerToken token( m_queue );
|
moodycamel::ConsumerToken token( m_queue );
|
||||||
|
|
||||||
for(;;)
|
for(;;)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user