Skip to content
Snippets Groups Projects
Commit b92f9c72 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #5525: Add correct call to logTime to prevent logspam with cuda errors

parents 75a2e499 fc405e23
No related branches found
No related tags found
No related merge requests found
......@@ -427,8 +427,9 @@ namespace LOFAR
// Update the counters
if (ps.nrChannelsPerSubband() > 1)
{
counters.fir.logTime();
counters.fft.logTime();
// Counter are now part of the kernels themselve
firFilterKernel->itsCounter.logTime();
fftKernel.itsCounter.logTime();
}
// TODO: on of these counter is not used
//counters.delayBp.logTime(); // Suspect this one
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment