FlutterEngineMetricPoint class

Convenient class to capture the benchmarks in the Flutter engine repo.

Inheritance

Constructors

FlutterEngineMetricPoint(String name, double value, String gitRevision, {Map<String, String> moreTags = const <String, String>{}})
Creates a metric point for the Flutter engine repository.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for updating existing data point.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags UnmodifiableMapView<String, String>
Test name, unit, timestamp, configs, git revision, ..., in sorted order.
no setterinherited
value double?
Can store integer values.
finalinherited

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