From c3f39d69c72ed185b8e3c2062aa1c28e9d703ac0 Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 29 Sep 2011 14:39:39 +0000 Subject: [PATCH] update with new class timer git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2453 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/tutorial/QAP_GPU/testSimpleHC.cu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);