Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.performance
/
Metric
Metric
data class
Metric
(name:
String
, value:
Double
)
Content copied to clipboard
Run-time execution metric.
Constructors
Properties
Sources
Constructors
Metric
Link copied to clipboard
fun
Metric
(name:
String
, value:
Double
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Metric name.
value
Link copied to clipboard
val
value
:
Double
Content copied to clipboard
Metric value.
Sources
jvm source
Link copied to clipboard