libmsr  0.3.0
A friendlier interface to accessing MSRs on Intel platforms
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
rapl_limit Struct Reference

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.
 

Detailed Description

Structure containing power limit data for a given RAPL power domain.

Member Data Documentation

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.


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