-
public final class ViewEvent.FlutterBuildTimeSchema of properties for a technical performance metric
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.FlutterBuildTime.Companion
-
Constructor Summary
Constructors Constructor Description ViewEvent.FlutterBuildTime(Number min, Number max, Number average, Number metricMax)
-
Method Summary
Modifier and Type Method Description final NumbergetMin()final NumbergetMax()final NumbergetAverage()final NumbergetMetricMax()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.FlutterBuildTime
ViewEvent.FlutterBuildTime(Number min, Number max, Number average, Number metricMax)
- Parameters:
min- The minimum value seen for this metric during the view's lifetime.max- The maximum value seen for this metric during the view's lifetime.average- The average value for this metric during the view's lifetime.metricMax- The maximum possible value we could see for this metric, if such a max is relevant and can vary from session to session.
-
-
Method Detail
-
getAverage
final Number getAverage()
-
getMetricMax
final Number getMetricMax()
-
toJson
final JsonElement toJson()
-
-
-
-