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

Metric

data class Metric

Run-time execution metric.

Official doc

Constructors

<init>

Run-time execution metric.

Metric(name: String, value: Double)

Properties

name

Metric name.

val name: String

value

Metric value.

val value: Double