pl.wendigo.chrome.api.performance / GetMetricsResponse

GetMetricsResponse

data class GetMetricsResponse (source)

Represents response frame that is returned from Performance#getMetrics operation call. Retrieve current values of run-time metrics.

Link
Performance#getMetrics method documentation.

See Also

PerformanceOperations.getMetrics

Constructors

<init>

GetMetricsResponse(metrics: List<Metric>)

Represents response frame that is returned from Performance#getMetrics operation call. Retrieve current values of run-time metrics.

Properties

metrics

val metrics: List<Metric>

Current values for run-time metrics.