updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2466 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ad17e34cfe
commit
66f7d5a8c5
1 changed files with 1 additions and 2 deletions
|
|
@ -206,8 +206,7 @@ int main(int argc, char **argv)
|
|||
localSearch(sol);
|
||||
timer.stop();
|
||||
std::cout << "final: " << sol << std::endl;
|
||||
printf("CUDA execution time = %f ms\n",timer.getTime());
|
||||
timer.deleteTimer();
|
||||
printf("Execution time = %.2lf s\n",timer.getTime());
|
||||
|
||||
delete[] a;
|
||||
delete[] b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue