Samuel Thibault 11 年之前
父节点
当前提交
b317cc669f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen/chapters/21simgrid.doxy

+ 1 - 1
doc/doxygen/chapters/21simgrid.doxy

@@ -19,7 +19,7 @@ be simulated through Simgrid.
 If the application uses <c>gettimeofday</c> to make its
 If the application uses <c>gettimeofday</c> to make its
 performance measurements, the real time will be used, which will be bogus. To
 performance measurements, the real time will be used, which will be bogus. To
 get the simulated time, it has to use starpu_timing_now() which returns the
 get the simulated time, it has to use starpu_timing_now() which returns the
-virtual timestamp in ms.
+virtual timestamp in us.
 
 
 For some technical reason, the application's .c file which contains main() has
 For some technical reason, the application's .c file which contains main() has
 to be recompiled with starpu.h, which in the simgrid case will #define main()
 to be recompiled with starpu.h, which in the simgrid case will #define main()