metrics library

Classes

BenchmarkMetricComputation
Describes the values computed for each BenchmarkMetric.
NamedMetricComputation
A BenchmarkMetricComputation with a descriptive name.
PercentileMetricComputation
A BenchmarkMetricComputation describing a percentile (p50, p90, etc.).

Enums

BenchmarkMetric
The names for the metrics collected by the benchmark recorder.

Constants

totalUiFrameAverage → const String
The name for the benchmark metric that records the 'averageTotalUIFrameTime' from the Blink trace summary.

Functions

expectedBenchmarkMetrics({required bool useWasm}) List<BenchmarkMetric>
The list of expected benchmark metrics for the current compilation mode, as determined by the value of useWasm.