| Interface | Description |
|---|---|
| ICPUTemperatureListener |
This interface defines the required methods that should be implemented to
receive notifications from the CPU Manager when the temperature is updated.
|
| Class | Description |
|---|---|
| CPUManager |
This class provides access to the CPU management.
|
| CPUUtils |
Utility class used to calculate the Cores and CPU usage.
|
| Governor |
Represents an abstract governor class that other governors classes must
extend from.
|
| GovernorCommonBase |
Represents an abstract governor class with some configuration parameters
already implemented.
|
| GovernorConservative |
Represents a governor of type 'conservative'.
|
| GovernorInteractive |
Represents a governor of type 'interactive'.
|
| GovernorOnDemand |
Represents a governor of type 'ondemand'.
|
| GovernorPerformance |
Represents a governor of type 'performance'.
|
| GovernorPowerSave |
Represents a governor of type 'powersave'.
|
| GovernorUnknown |
Represents a governor of type 'unknown'.
|
| GovernorUserSpace |
Represents a governor of type 'userspace'.
|
| Enum | Description |
|---|---|
| GovernorType |
Enumerates the possible governor types associated to the
Governor
classes. |