Liberator.Trace.get_trace
You're seeing just the function
get_trace
, go back to Liberator.Trace module for more information.
Get the log of all decisions made on the given conn.
The trace is a list of maps, each map corresponding to one call to a decision function. Each map has the following keys:
:step
: the name of the function that was executed, or the atoms:start
or:stop
:result
: the value the function returned:timestamp
: the time the function was called:duration
: how long the call took, in native time units