diff --git a/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc b/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc index 5ffe99db583de45a57cc2a2e2230743a4b9184fe..724797239f9161dddffc36c6e2121d0ab33c3c2c 100644 --- a/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc +++ b/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc @@ -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 diff --git a/RTCP/Cobalt/VisualStudio/Cobalt.v12.suo b/RTCP/Cobalt/VisualStudio/Cobalt.v12.suo index 909835940294fdf65baa775491114f4150a59aa7..b00d956b9d5414006f772adb0742e712552be516 100644 Binary files a/RTCP/Cobalt/VisualStudio/Cobalt.v12.suo and b/RTCP/Cobalt/VisualStudio/Cobalt.v12.suo differ