DeviceMetricsMonitorType enum

在 View 周期中,添加监控数据

Inheritance

Constructors

DeviceMetricsMonitorType()
const

Values

all → const DeviceMetricsMonitorType

所有数据

battery → const DeviceMetricsMonitorType

监控当前页的最高输出电流输出情况

memory → const DeviceMetricsMonitorType

监控当前应用使用内存情况

cpu → const DeviceMetricsMonitorType

监控 CPU 跳动次数

fps → const DeviceMetricsMonitorType

监控屏幕帧率

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DeviceMetricsMonitorType>
A constant List of the values in this enum, in order of their declaration.