Skip to content

Stopwatch

FlowControl

Wraps the execution output and logs performance metric to the log.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Fires after the last step is executed.

Measure

OUTPUT

Execution to measure time taken.

Data Outputs

ElapsedTime

OUTPUTinteger

The measured time as a numeric value.

Settings

Unit

STRING

Unit of time to output.

Default: MILLISECONDS
Options:
NANOSECONDSMILLISECONDSSECONDS

Log

BOOLEAN

Log elapsed time to the process log.

Default: true

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing