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