geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Public Attributes | List of all members
geopm::geopm_endpoint_policy_shmem_s Struct Reference

#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...
 

Member Data Documentation

◆ count

size_t geopm::geopm_endpoint_policy_shmem_s::count

Specifies the size of the following array.

◆ timestamp

geopm_time_s geopm::geopm_endpoint_policy_shmem_s::timestamp

Time that the memory was last updated.

◆ values

double geopm::geopm_endpoint_policy_shmem_s::values[(4096 - offsetof(struct geopm_endpoint_policy_shmem_header, values))/sizeof(double)]

Holds resource manager data.


The documentation for this struct was generated from the following file: