X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8f1b2ca5ffd66ac138727aecf847ccc30535d31..e9f0018b823e34405847177b25a85d3facc30ae1:/src/surf/plugins/energy.cpp diff --git a/src/surf/plugins/energy.cpp b/src/surf/plugins/energy.cpp index 133f5017e1..6e4dc9fc1e 100644 --- a/src/surf/plugins/energy.cpp +++ b/src/surf/plugins/energy.cpp @@ -49,7 +49,7 @@ In this example, the idle consumption is 95 Watts, 93 Watts and 90 Watts in each To change the pstate of a given CPU, use the following functions: #MSG_host_get_nb_pstates(), simgrid#s4u#Host#set_pstate(), #MSG_host_get_power_peak_at(). To simulate the energy-related elements, first call the simgrid#energy#sg_energy_plugin_init() before your #MSG_init(), -and then use the following function to retrieve the consumption of a given host: #MSG_host_get_consumed_energy(). +and then use the following function to retrieve the consumption of a given host: MSG_host_get_consumed_energy(). */ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_energy, surf,