Information structure of CPU's turbo mode. More...
#include <likwid.h>
Public Attributes | |
int | numSteps |
Amount of turbo mode steps/frequencies. | |
double * | steps |
List of turbo mode steps. | |
![]() | |
double | baseFrequency |
Base frequency of the CPU. | |
PowerDomain | domains [NUM_POWER_DOMAINS] |
List of power domains. | |
int | hasRAPL |
RAPL support flag. | |
double | minFrequency |
Minimal frequency of the CPU. | |
uint8_t | perfBias |
Performance energy bias. | |
double | powerUnit |
Multiplier for power measurements. | |
double | timeUnit |
Multiplier for time information. | |
TurboBoost | turbo |
Turbo boost information. | |
double | uncoreMaxFreq |
Maximal uncore frequency. | |
double | uncoreMinFreq |
Minimal uncore frequency. | |
Information structure of CPU's turbo mode.