Credo.Execution.ExecutionTiming.append

You're seeing just the function append, go back to Credo.Execution.ExecutionTiming module for more information.
Link to this function

append(arg, execution, tags)

View Source

Adds a timing piped from run/2 to the given exec (using the given values of tags, started_at and duration).

Link to this function

append(execution, tags, started_at, duration)

View Source

Adds a timing to the given exec using the given values of tags, started_at and duration.