FrameMetric

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

Types

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

Properties

Link copied to clipboard

Name of the method common across the multiple occurrences of a frame in an application profile.

Link copied to clipboard

List of application runtime thread states used to get the counts for a frame a derive a metric value.

Link copied to clipboard

A type of aggregation that specifies how a metric for a frame is analyzed. The supported value AggregatedRelativeTotalTime is an aggregation of the metric value for one frame that is calculated across the occurrences of all frames in a profile.

Functions

Link copied to clipboard
inline fun copy(block: FrameMetric.Builder.() -> Unit = {}): FrameMetric
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