mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-26 20:15:51 +00:00
Store just one block in each producer.
This commit is contained in:
@@ -2371,7 +2371,7 @@ void Profiler::CalibrateTimer()
|
||||
|
||||
void Profiler::CalibrateDelay()
|
||||
{
|
||||
enum { Iterations = 50000 };
|
||||
enum { Iterations = LfqBlock::BlockSize / ( QueueDataSize[(uint8_t)QueueType::ZoneBegin] + QueueDataSize[(uint8_t)QueueType::ZoneEnd] ) };
|
||||
|
||||
auto mindiff = std::numeric_limits<int64_t>::max();
|
||||
for( int i=0; i<Iterations * 10; i++ )
|
||||
|
||||
Reference in New Issue
Block a user