From dc36deac87efef7a36fdcf594f0ffd64ed7bc7c8 Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 29 Sep 2011 14:39:49 +0000 Subject: [PATCH] update with new class timer git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2454 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleTS.cu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleTS.cu b/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleTS.cu index 928a8b08e..b9c0e9ede 100644 --- a/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleTS.cu +++ b/branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleTS.cu @@ -236,8 +236,7 @@ int main(int argc, char **argv) tabuSearch(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);