Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class TracedAction(val label: String, inner: Action, trace: ActionTracer = ActionTracer) : Action

TracedAction is a wrapper around an Action that tracks its execution time and reports it to an ActionTracer.