Liberator.Trace.get_trace

You're seeing just the function get_trace, go back to Liberator.Trace module for more information.
Link to this function

get_trace(conn)

View Source (since 1.1)

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