trackAll

context(metricsScope: MetricsBuilderScope)
inline fun <NodeT> trackAll(metricFactory: MetricFactory<NodeT>)

Tracks all applicable nodes in the scenario stored in the contextual MetricsBuilderScope with the metric factory provided.

Parameters

metricFactory

The MetricFactory to associate with all applicable nodes in the scenario.