PerformanceStats class
Performance statistics for all systems.
- Annotations
-
- @experimental
Properties
- averageTime ↔ double
-
The avaerage time in microseconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxTime ↔ int
-
The slowest (maxTime) time in microseconds.
getter/setter pair
- meanTime ↔ int
-
The mean time in microseconds.
getter/setter pair
- measurements ↔ int
-
The number of measurements.
getter/setter pair
- minTime ↔ int
-
The fastest (minTime) time in microseconds.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- system ↔ Type
-
The Type of the system.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited