|
geopm
3.1.0
GEOPM - Global Extensible Open Power Manager
|
#include <EndpointImp.hpp>
Public Attributes | |
| geopm_time_s | timestamp |
| Time that the memory was last updated. More... | |
| char | agent [GEOPM_ENDPOINT_AGENT_NAME_MAX] |
| Holds the name of the Agent attached, if any. More... | |
| char | profile_name [GEOPM_ENDPOINT_PROFILE_NAME_MAX] |
| Holds the profile name associated with the attached job. More... | |
| char | hostlist_path [GEOPM_ENDPOINT_HOSTLIST_PATH_MAX] |
| Path to a file containing the list of hostnames in the attached job. More... | |
| size_t | count |
| Specifies the size of the following array. More... | |
| double | values [(4096 - offsetof(struct geopm_endpoint_sample_shmem_header, values))/sizeof(double)] |
| Holds resource manager data. More... | |
| char geopm::geopm_endpoint_sample_shmem_s::agent[GEOPM_ENDPOINT_AGENT_NAME_MAX] |
Holds the name of the Agent attached, if any.
| size_t geopm::geopm_endpoint_sample_shmem_s::count |
Specifies the size of the following array.
| char geopm::geopm_endpoint_sample_shmem_s::hostlist_path[GEOPM_ENDPOINT_HOSTLIST_PATH_MAX] |
Path to a file containing the list of hostnames in the attached job.
| char geopm::geopm_endpoint_sample_shmem_s::profile_name[GEOPM_ENDPOINT_PROFILE_NAME_MAX] |
Holds the profile name associated with the attached job.
| geopm_time_s geopm::geopm_endpoint_sample_shmem_s::timestamp |
Time that the memory was last updated.
| double geopm::geopm_endpoint_sample_shmem_s::values[(4096 - offsetof(struct geopm_endpoint_sample_shmem_header, values))/sizeof(double)] |
Holds resource manager data.