X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/345e335e2476f56c50b36a74f91bf57325251555..2c4d8c756e13c86df7dd3dd60be1a4d984aad999:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 14aff6cb60..0df4dbe162 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -350,7 +350,7 @@ void MSG_host_get_params(msg_host_t host, ws_params_t params) } /** \ingroup m_host_management - * \brief Return the speed of the processor (in flop/s) at a given pstate + * \brief Return the speed of the processor (in flop/s) at a given pstate. See also @ref SURF_plugin_energy. * * \param host host to test * \param pstate_index pstate to test @@ -373,7 +373,7 @@ double MSG_host_get_current_power_peak(msg_host_t host) { } /** \ingroup m_host_management - * \brief Return the number of pstates defined for a host + * \brief Return the number of pstates defined for a host. See also @ref SURF_plugin_energy. * * \param host host to test */ @@ -384,7 +384,7 @@ int MSG_host_get_pstate_number(msg_host_t host) { } /** \ingroup m_host_management - * \brief Sets the speed of the processor (in flop/s) at a given pstate + * \brief Sets the speed of the processor (in flop/s) at a given pstate. See also @ref SURF_plugin_energy. * * \param host host to test * \param pstate_index pstate to switch to @@ -396,7 +396,7 @@ void MSG_host_set_pstate(msg_host_t host, int pstate_index) { } /** \ingroup m_host_management - * \brief Return the total energy consumed by a host (in Joules) + * \brief Return the total energy consumed by a host (in Joules). See also @ref SURF_plugin_energy. * * \param host host to test * \return Returns the consumed energy