Samuel Thibault 11 years ago
parent
commit
b317cc669f
1 changed files with 1 additions and 1 deletions
  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()