MetricTimeseries class

A metric timeseries is a set of user experience data for a single web performance metric, like "first contentful paint".

It contains a summary histogram of real world Chrome usage as a series of bins, where each bin has density values for a particular time period.

Constructors

MetricTimeseries({Map<String, FractionTimeseries>? fractionTimeseries, List<TimeseriesBin>? histogramTimeseries, TimeseriesPercentiles? percentilesTimeseries})
MetricTimeseries.fromJson(Map json_)

Properties

fractionTimeseries Map<String, FractionTimeseries>?
Mapping from labels to timeseries of fractions attributed to this label.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
histogramTimeseries List<TimeseriesBin>?
The histogram of user experiences for a metric.
getter/setter pair
percentilesTimeseries TimeseriesPercentiles?
Commonly useful percentiles of the Metric.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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