mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Explicitly describe target frame size.
This commit is contained in:
parent
30ceac359d
commit
aa10adcc9c
@ -68,7 +68,8 @@ Profiler* Profiler::Instance()
|
|||||||
|
|
||||||
void Profiler::Worker()
|
void Profiler::Worker()
|
||||||
{
|
{
|
||||||
enum { BulkSize = 64000 / QueueItemSize };
|
enum { TargetFrameSize = 64000 };
|
||||||
|
enum { BulkSize = TargetFrameSize / QueueItemSize };
|
||||||
moodycamel::ConsumerToken token( m_queue );
|
moodycamel::ConsumerToken token( m_queue );
|
||||||
|
|
||||||
ListenSocket listen;
|
ListenSocket listen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user