BenchmarkResult class

Benchmark results

Properties

avg double
The average execution time in microseconds.
no setter
bottom int
The bottom (shortest) execution time in microseconds.
no setter
hashCode int
The hash code for this object.
no setterinherited
peak int
The peak (longest) execution time in microseconds.
no setter
resultsList UnmodifiableListView<int>
Raw list of time (microseconds) taken for each execution in ascending order.
final
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
prettify() String
Returns a String representation of this containing avg, peak and bottom.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited