FlutterComparison class

Constructors

FlutterComparison(BenchmarkResult original, BenchmarkResult improved)
factory

Properties

asciiVisualizations String
no setter
frameBudget double
final
hashCode int
The hash code for this object.
no setterinherited
improved BenchmarkResult
final
original BenchmarkResult
final
report String
no setter
runtimeThreshold int
The comparison will ignore measurements that are less than this long (in microseconds).
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

computeDiffs(List<int> original, List<int> improved, int threshold) List<int>
createAsciiVisualization(List<int> measurements) String
createReport(List<int> measurements, String thread, int originalCount, int improvedCount, int originalRuntime, int improvedRuntime, int originalSkipped, int improvedSkipped) String