libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
Structure containing power limit data for a given RAPL power domain. More...
#include <msr_rapl.h>
Public Attributes | |
uint64_t | bits |
Raw 64-bit value stored in the power limit register. | |
double | watts |
Power limit in Watts. | |
double | seconds |
Time window in seconds. | |
Structure containing power limit data for a given RAPL power domain.
uint64_t rapl_limit::bits |
Raw 64-bit value stored in the power limit register.
double rapl_limit::seconds |
Time window in seconds.
double rapl_limit::watts |
Power limit in Watts.