pl.wendigo.chrome.domain.performance / GetMetricsResponse

GetMetricsResponse

data class GetMetricsResponse (source)

Represents response frame for Performance.getMetrics method call.

Retrieve current values of run-time metrics.

Constructors

<init>

GetMetricsResponse(metrics: List<Metric>)

Represents response frame for Performance.getMetrics method call.

Properties

metrics

val metrics: List<Metric>

Current values for run-time metrics.