ZegoPerformanceStatus class

System performance monitoring status

Constructors

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

Properties

cpuUsageApp ↔ double
Current CPU usage of the app, value range 0, 1
read / write
cpuUsageSystem ↔ double
Current CPU usage of the system, value range 0, 1
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
memoryUsageApp ↔ double
Current memory usage of the app, value range 0, 1
read / write
memoryUsageSystem ↔ double
Current memory usage of the system, value range 0, 1
read / write
memoryUsedApp ↔ double
Current memory used of the app, in 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