ZegoPerformanceStatus class

系统性能监控状态

Constructors

ZegoPerformanceStatus(double cpuUsageApp, double cpuUsageSystem, double memoryUsageApp, double memoryUsageSystem, double memoryUsedApp)

Properties

cpuUsageApp ↔ double
当前 App 的 CPU 使用率,取值范围 0, 1
read / write
cpuUsageSystem ↔ double
当前系统的 CPU 使用率,取值范围 0, 1
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
memoryUsageApp ↔ double
当前 App 的运行内存使用率,取值范围 0, 1
read / write
memoryUsageSystem ↔ double
当前系统的运行内存使用率,取值范围 0, 1
read / write
memoryUsedApp ↔ double
当前 App 的运行内存使用量,单位为 MB
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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