kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Performance
/
Metric
Metric
@
Serializable
data
class
Metric
(
val
name
:
String
,
val
value
:
Double
)
Run-time execution metric.
Members
Constructors
Metric
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Double
)
Properties
name
Link copied to clipboard
val
name
:
String
Metric name.
value
Link copied to clipboard
val
value
:
Double
Metric value.