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