浏览代码

make it clear that the printed time is simulated

Samuel Thibault 6 年之前
父节点
当前提交
f7ec15f754
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/starpu_replay.c

+ 1 - 1
tools/starpu_replay.c

@@ -850,7 +850,7 @@ eof:
 
 	starpu_task_wait_for_all();
 
-	printf("Simulation ended. Elapsed time: %g ms\n", (starpu_timing_now() - start) / 1000.);
+	printf("Simulation ended. Elapsed simulated time: %g ms\n", (starpu_timing_now() - start) / 1000.);
 
 	/* FREE allocated memory */