Metric

@Serializable
data class Metric(val name: String, val value: Double)

Run-time execution metric.

Constructors

Link copied to clipboard
constructor(name: String, value: Double)

Properties

Link copied to clipboard

Metric name.

Link copied to clipboard

Metric value.