Runtime for each step in a workflow

I want to note the runtime for each step in a workflow.
The --timestamps option allows us to Add timestamps to the errors, warnings, and notifications.

Can we use this parameter to note the runtime as well?
Or is there any other way to note the time taken by each step to run in a workflow?

The --timestamp option provides the timestamps for each step including nested workflows.

1 Like