diff --git a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h index 125ed2e0c..46a883f25 100644 --- a/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h +++ b/branches/ParadisEO-GPU/src/eval/moGPUMappingEvalByCpy.h @@ -146,7 +146,6 @@ public: moGPUMappingKernelEvalByCpy<<>>(eval,device_solution.vect,device_FitnessArray,fitness,_mapping,neighborhoodSize); timer.stop(); mean_time[i] += (timer.getTime()); - timer.deleteTimer(); } if (best_time >= (mean_time[i] / 5)) { best_time = mean_time[i] / 5; @@ -167,7 +166,6 @@ public: moGPUMappingKernelEvalByCpy<<>>(eval,device_solution.vect,device_FitnessArray,fitness,_mapping,neighborhoodSize); timer.stop(); mean_time[6] += (timer.getTime()); - timer.deleteTimer(); } if (best_time >= (mean_time[6] / 5)) best_time = mean_time[6] / 5; @@ -182,7 +180,6 @@ public: moGPUMappingKernelEvalByCpy<<>>(eval,device_solution.vect,device_FitnessArray,fitness,_mapping,neighborhoodSize); timer.stop(); mean_time[i] += (timer.getTime()); - timer.deleteTimer(); } if (best_time >= (mean_time[i] / 5)) { best_time = mean_time[i] / 5;