From 66e1c44b20ee91d7f52c84242ee6780773176dcb Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 09:12:47 +0000 Subject: [PATCH] correct the printf of execution time git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2355 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/tutoriel/OneMax/testFirstImpr.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/ParadisEO-GPU/tutoriel/OneMax/testFirstImpr.cu b/branches/ParadisEO-GPU/tutoriel/OneMax/testFirstImpr.cu index 52c7b3b53..9ad6491ef 100644 --- a/branches/ParadisEO-GPU/tutoriel/OneMax/testFirstImpr.cu +++ b/branches/ParadisEO-GPU/tutoriel/OneMax/testFirstImpr.cu @@ -205,7 +205,7 @@ void main_function(int argc, char **argv) localSearch(sol); timer.stop(); std::cout << "final: " << sol << std::endl; - printf("GPU execution time = %f ms\n",timer.getTime()); + printf("Execution time = %f ms\n",timer.getTime()); timer.deleteTimer(); /* =========================================================