Package org.mozilla.geckoview
Class RuntimeTelemetry.Histogram
Object
org.mozilla.geckoview.RuntimeTelemetry.Metric<long[]>
org.mozilla.geckoview.RuntimeTelemetry.Histogram
- Enclosing class:
- RuntimeTelemetry
The Histogram telemetry metric object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
Whether or not this is a Categorical Histogram.Fields inherited from class org.mozilla.geckoview.RuntimeTelemetry.Metric
name, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.geckoview.RuntimeTelemetry.Metric
toString
-
Field Details
-
isCategorical
public final boolean isCategoricalWhether or not this is a Categorical Histogram.
-
-
Constructor Details
-
Histogram
protected Histogram()
-