pl.wendigo.chrome.domain.performance / MetricsEvent

MetricsEvent

data class MetricsEvent : ProtocolEvent (source)

Represents event frames for Performance.metrics

Current values of the metrics.

Constructors

<init>

MetricsEvent(metrics: List<Metric>, title: String)

Represents event frames for Performance.metrics

Properties

metrics

val metrics: List<Metric>

Current values of the metrics.

title

val title: String

Timestamp title.

Inherited Functions

protocolDomain

fun protocolDomain(): String