correct the printf of execution time
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2354 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cea8c450b3
commit
62b5b6de49
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ void main_function(int argc, char **argv)
|
|||
timer.start();
|
||||
localSearch(sol);
|
||||
timer.stop();
|
||||
printf("CUDA execution time = %f ms\n",timer.getTime());
|
||||
printf("Execution time = %f ms\n",timer.getTime());
|
||||
timer.deleteTimer();
|
||||
std::cout << "final: " << sol << std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue