Credo.Execution.ExecutionTiming.inspect
You're seeing just the function
inspect
, go back to Credo.Execution.ExecutionTiming module for more information.
Runs the given fun
and prints the time it took with the given label
.
iex> Credo.Execution.ExecutionTiming.inspect("foo", fn -> some_complicated_stuff() end)
foo: 51284