ソースを参照

starpu_replay: Rather display time in ms

Samuel Thibault 6 年 前
コミット
d5a1f197b2
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tools/starpu_replay.c

+ 1 - 1
tools/starpu_replay.c

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