Companion

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

Functions

Link copied to clipboard
open override fun create(scenario: Scenario): MetricGroup

Creates a global response time metric across the entire scenario (uses default time unit of seconds).

fun create(scenario: Scenario, unit: DurationUnit): MetricGroup

Creates a global response time metric across the entire scenario with optional time unit.

open override fun create(node: Container<*>, scenario: Scenario): MetricGroup?

Creates a response time metric for a specific node (uses default time unit of seconds).

fun create(node: Container<*>, unit: DurationUnit): MetricGroup?

Creates a response time metric for a specific node with optional time unit.