Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Class ¶
type Class struct { // MinFreq is the minimum frequency for this class. MinFreq uint `json:"minFreq"` // MaxFreq is the maximum frequency for this class. MaxFreq uint `json:"maxFreq"` // EnergyPerformancePreference for CPUs in this class. EnergyPerformancePreference uint `json:"energyPerformancePreference,omitempty"` // UncoreMinFreq is the minimum uncore frequency for this class. UncoreMinFreq uint `json:"uncoreMinFreq,omitempty"` // UncoreMaxFreq is the maximum uncore frequency for this class. UncoreMaxFreq uint `json:"uncoreMaxFreq,omitempty"` // CPUFreq Governor for this class. FreqGovernor string `json:"freqGovernor,omitempty"` }
Click to show internal directories.
Click to hide internal directories.