X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b060993afec218c8b2e08367f98b10b2fa824309..91ca39d79fbd3e53ea3cc5fdff3a7ec0348cfcfc:/teshsuite/simdag/platforms/Evaluate_parse_time.c diff --git a/teshsuite/simdag/platforms/Evaluate_parse_time.c b/teshsuite/simdag/platforms/Evaluate_parse_time.c index a710788aa3..09726fb6e7 100644 --- a/teshsuite/simdag/platforms/Evaluate_parse_time.c +++ b/teshsuite/simdag/platforms/Evaluate_parse_time.c @@ -22,9 +22,9 @@ int main(int argc, char **argv) SD_init(&argc, argv); /* creation of the environment, timed */ - xbt_os_timer_start(timer); + xbt_os_cputimer_start(timer); SD_create_environment(argv[1]); - xbt_os_timer_stop(timer); + xbt_os_cputimer_stop(timer); /* Display the result and exit after cleanup */ printf( "%lf\n", xbt_os_timer_elapsed(timer) );