SimGrid
3.16
Versatile Simulation of Distributed Systems
|
Macros | |
#define | MSG_host_energy_plugin_init() sg_energy_plugin_init() |
#define | MSG_host_get_consumed_energy(host) sg_host_get_consumed_energy(host) |
#define | MSG_host_get_wattmin_at(host, pstate) sg_host_get_wattmin_at(host,pstate) |
#define | MSG_host_get_wattmax_at(host, pstate) sg_host_get_wattmax_at(host,pstate) |
#define | MSG_host_get_current_consumption(host) sg_host_get_current_consumption(host) |
Functions | |
void | sg_host_energy_plugin_init () |
Enable host energy plugin. More... | |
void | sg_host_energy_update_all () |
updates the consumption of all hosts More... | |
double | sg_host_get_consumed_energy (sg_host_t host) |
Returns the total energy consumed by the host so far (in Joules) More... | |
double | sg_host_get_wattmin_at (sg_host_t host, int pstate) |
Get the amount of watt dissipated at the given pstate when the host is idling. More... | |
double | sg_host_get_wattmax_at (sg_host_t host, int pstate) |
Returns the amount of watt dissipated at the given pstate when the host burns CPU at 100%. More... | |
double | sg_host_get_current_consumption (sg_host_t host) |
Returns the current consumption of the host. More... | |
#define MSG_host_energy_plugin_init | ( | ) | sg_energy_plugin_init() |
#define MSG_host_get_consumed_energy | ( | host | ) | sg_host_get_consumed_energy(host) |
#define MSG_host_get_wattmin_at | ( | host, | |
pstate | |||
) | sg_host_get_wattmin_at(host,pstate) |
#define MSG_host_get_wattmax_at | ( | host, | |
pstate | |||
) | sg_host_get_wattmax_at(host,pstate) |
#define MSG_host_get_current_consumption | ( | host | ) | sg_host_get_current_consumption(host) |