MetricReporter

interface MetricReporter

Callback interface for collecting metrics from the simulator.

Called at each simulation step to allow metric collection.

Inheritors

Functions

Link copied to clipboard
abstract fun report(currentTime: Instant)

Reports metrics at the current simulation time.