|
SimGrid
3.21
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_avg_load (sg_host_t host) |
| Returns the current load of the host passed as argument. More... | |
| double | sg_host_get_idle_time (sg_host_t host) |
| Returns the time this host was idle since the last reset. More... | |
| double | sg_host_get_total_idle_time (sg_host_t host) |
| 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_avg_load | ( | sg_host_t | host | ) |
Returns the current load of the host passed as argument.
See also Plugin_load
| double sg_host_get_idle_time | ( | sg_host_t | host | ) |
Returns the time this host was idle since the last reset.
See also Plugin_load
| double sg_host_get_total_idle_time | ( | sg_host_t | host | ) |
| double sg_host_get_computed_flops | ( | sg_host_t | host | ) |
| void sg_host_load_reset | ( | sg_host_t | host | ) |