update with new timer class
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2428 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5475df9363
commit
d526a3ebe5
1 changed files with 1 additions and 2 deletions
|
|
@ -190,8 +190,7 @@ void main_function(int argc, char **argv)
|
|||
neutralHC(sol);
|
||||
timer.stop();
|
||||
std::cout << "final: " << sol << std::endl;
|
||||
printf("Execution time = %f ms\n",timer.getTime());
|
||||
timer.deleteTimer();
|
||||
printf("Execution time = %.2lf s\n",timer.getTime());
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue