SimGrid
3.16
Versatile Simulation of Distributed Systems
|
Macros | |
#define | MSG_host_load_plugin_init() sg_host_load_plugin_init() |
#define | MSG_host_get_current_load(host) sg_host_get_current_load(host) |
#define | MSG_host_get_computed_flops(host) sg_host_get_computed_flops(host) |
Functions | |
void | sg_host_load_plugin_init () |
Initializes the HostLoad plugin. More... | |
double | sg_host_get_current_load (sg_host_t host) |
Returns the current load of the host passed as argument. More... | |
double | sg_host_get_computed_flops (sg_host_t host) |
void | sg_host_load_reset (sg_host_t host) |
#define MSG_host_load_plugin_init | ( | ) | sg_host_load_plugin_init() |
#define MSG_host_get_current_load | ( | host | ) | sg_host_get_current_load(host) |
#define MSG_host_get_computed_flops | ( | host | ) | sg_host_get_computed_flops(host) |
double sg_host_get_current_load | ( | sg_host_t | host | ) |
Returns the current load of the host passed as argument.
See also Plugin_load
double sg_host_get_computed_flops | ( | sg_host_t | host | ) |