ZegoPerformanceStatus class
系统性能监控状态
Constructors
- ZegoPerformanceStatus(double cpuUsageApp, double cpuUsageSystem, double memoryUsageApp, double memoryUsageSystem, double memoryUsedApp)
Properties
- cpuUsageApp ↔ double
-
当前 App 的 CPU 使用率,取值范围
0, 1
getter/setter pair - cpuUsageSystem ↔ double
-
当前系统的 CPU 使用率,取值范围
0, 1
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- memoryUsageApp ↔ double
-
当前 App 的运行内存使用率,取值范围
0, 1
getter/setter pair - memoryUsageSystem ↔ double
-
当前系统的运行内存使用率,取值范围
0, 1
getter/setter pair - memoryUsedApp ↔ double
-
当前 App 的运行内存使用量,单位为 MB
getter/setter pair
- 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