FrameMetricDatum

Information about a frame metric and its values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.

Link copied to clipboard

A list of values that are associated with a frame metric.

Functions

Link copied to clipboard
inline fun copy(block: FrameMetricDatum.Builder.() -> Unit = {}): FrameMetricDatum
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String