diff --git a/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleHC.cu b/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleHC.cu index 34a0724cf..4fbfc6816 100644 --- a/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleHC.cu +++ b/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleHC.cu @@ -218,8 +218,7 @@ int main(int argc, char **argv) localSearch(sol); std::cout << "final: " << sol << std::endl; timer.stop(); - printf("Execution time = %f ms\n",timer.getTime()); - timer.deleteTimer(); + printf("Execution time = %.2lf s\n",timer.getTime()); _data.GPUObject.free(dev_a); _data.GPUObject.free(dev_b);