geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include <EndpointImp.hpp>
Public Attributes | |
geopm_time_s | timestamp |
Time that the memory was last updated. More... | |
size_t | count |
Specifies the size of the following array. More... | |
double | values [(4096 - offsetof(struct geopm_endpoint_policy_shmem_header, values))/sizeof(double)] |
Holds resource manager data. More... | |
size_t geopm::geopm_endpoint_policy_shmem_s::count |
Specifies the size of the following array.
geopm_time_s geopm::geopm_endpoint_policy_shmem_s::timestamp |
Time that the memory was last updated.
double geopm::geopm_endpoint_policy_shmem_s::values[(4096 - offsetof(struct geopm_endpoint_policy_shmem_header, values))/sizeof(double)] |
Holds resource manager data.