chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.performance / GetMetricsResponse

GetMetricsResponse

data class GetMetricsResponse

Response type for the PerformanceDomain.getMetrics command.

Constructors

<init>

Response type for the PerformanceDomain.getMetrics command.

GetMetricsResponse(metrics: List<Metric>)

Properties

metrics

Current values for run-time metrics.

val metrics: List<Metric>