CpuHeadroomCalculationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines cpu headroom calculation type values used by the Android OS API.
public enum CpuHeadroomCalculationType
type CpuHeadroomCalculationType =
- Inheritance
-
CpuHeadroomCalculationType
Fields
| Name | Value | Description |
|---|---|---|
| Min | 0 | The headroom calculation type bases on minimum value over a specified window. |
| Average | 1 | The headroom calculation type bases on average value over a specified window. |
Remarks
Defines the calculation types used when querying CPU headroom.
Java documentation for android.os.CpuHeadroomParams.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.