Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authornavarro <navarro@caraja.(none)>
Thu, 18 Oct 2012 13:10:12 +0000 (15:10 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 18 Oct 2012 13:10:12 +0000 (15:10 +0200)
examples/simdag/goal/goal_test.c

index 0cec495..ab76bc6 100644 (file)
@@ -94,7 +94,7 @@ int main(int argc, char **argv) {
     done=SD_simulate(-1);
   } while(!xbt_dynar_is_empty(done));
   xbt_os_timer_stop(timer);
-  printf("%lf\n", xbt_os_timer_elapsed(timer) );
+  printf("parse_time:%lf\n", xbt_os_timer_elapsed(timer) );
 
   xbt_dynar_free(&done);
   xbt_dynar_free(&reclaimed);