ResponseTime

Time from when an object enters a node to when that object leaves

Inheritors

Types

Link copied to clipboard

Time from when an object enters a container to when it leaves, or entering the simulation to when it leaves.

Link copied to clipboard
class Global(scenario: Scenario, unit: DurationUnit = DurationUnit.SECONDS) : ResponseTime

Global response time metric tracking time from entering simulation to exiting at a sink.

Link copied to clipboard
class Local(container: Container<*>, unit: DurationUnit = DurationUnit.SECONDS) : ResponseTime

Local response time metric tracking time from entry to exit of a single container.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun onFire(callback: (Instant, Double) -> Unit)