X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18bc0a38ab5b2984082add0751a19b0ba75807ef..f2a06a7b45f2d7b04263308ee891c994f80b6dc3:/docs/source/platform_howtos.rst?ds=sidebyside diff --git a/docs/source/platform_howtos.rst b/docs/source/platform_howtos.rst index 5c68acad99..7b15a930e3 100644 --- a/docs/source/platform_howtos.rst +++ b/docs/source/platform_howtos.rst @@ -92,7 +92,7 @@ only executed once and not repetitively. Another possibility is to use the :cpp:func:`simgrid::s4u::Host::set_state_profile()` or :cpp:func:`simgrid::s4u::Link::set_state_profile()` functions. These -functions take a profile, that can be an fixed profile exhaustively +functions take a profile, that can be a fixed profile exhaustively listing the events, or something else if you wish. .. _howto_multicore: