diff --git a/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc b/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc index 5ffe99db583de45a57cc2a2e2230743a4b9184fe..746ff197b827b0005d75a9727b897148942f0877 100644 --- a/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc +++ b/RTCP/Cobalt/GPUProc/src/cuda/SubbandProcs/CorrelatorSubbandProc.cc @@ -427,8 +427,10 @@ 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(); + //counters.fft.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