SysStats class
Information on CPU and memory used by App.
Properties
- cpuAppUsage → double?
-
The CPU usage of the current application, the value range is
0,1
.final - cpuCores → int?
-
Number of CPU cores on current system.
final
- cpuTotalUsage → double?
-
The current system CPU usage, the value range is
0,1
.final - freeMemory → int?
-
Current free system memory in MB
final
- fullMemory → int?
-
Memory size of the device in MB.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- memoryRatio → double?
-
Current application memory usage (%)
final
- memoryUsage → double?
-
Memory usage of the current app in MB.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalMemoryRatio → double?
-
System memory usage (%)
final
- totalMemoryUsage → int?
-
System memory used in MB.
final
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