Skip to content
Snippets Groups Projects
Commit e0d9f15e authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9522: Enlarge preallocation buffer, print timers

parent 2a6b82a4
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ namespace LOFAR
NSTimer timer(str(format("allocator %u") % itsStreamNr), true, true);
for (unsigned i = preAllocateReceiveQueue; i < maxReceiveQueueSize; i++) {
LOG_INFO_STR(str(format("[stream %u] Allocating element %u") % itsStreamNr % i));
CorrelatedData *data = new CorrelatedData(itsNrStations, itsNrChannels, itsNrSamples, *itsAllocator, itsAlignment);
itsOutputPool.free.append(data);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment