X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e3c268e814c288958f5289ddf0ad21d018c2422..90741b7a1ae335b53a4d782db8223a5ba9016e1f:/doc/doxygen/howtos.doc diff --git a/doc/doxygen/howtos.doc b/doc/doxygen/howtos.doc index 42d1459bf0..a764b7af8f 100644 --- a/doc/doxygen/howtos.doc +++ b/doc/doxygen/howtos.doc @@ -35,7 +35,7 @@ the form "date value". Example: ~~~{.py} 1 0 2 1 - WAITFOR 8 + LOOPAFTER 8 ~~~ - At time t=1, the host is turned off (value 0 means OFF) @@ -43,7 +43,7 @@ the form "date value". Example: - At time t=10, the history is reset (because that's 8 seconds after the last event). So the host will be turned off again at t=11. -If your trace does not contain a WAITFOR line, then your profile is +If your trace does not contain a LOOPAFTER line, then your profile is only executed once and not repetitively. @section howto_multicore How to model multicore machines