MetricValue

data class MetricValue(val time: Instant, val value: Double)

A recorded value of a metric at a specific simulation time.

Constructors

Link copied to clipboard
constructor(time: Instant, value: Double)

Properties

Link copied to clipboard

the simulation time at which this value was recorded

Link copied to clipboard

the numeric value of the metric