ecto_profiler v0.1.0 EctoProfiler.TraceHandler View Source
Documentation for EctoProfiler.
Link to this section Summary
Functions
Handler for data. Checks all modules and selects only first module of yours app in trace list.
It writes data to mnesia TraceProfiler
table
Link to this section Functions
Link to this function
handle(trace_list, modules_list, entry)
View Source
handle([tuple()], [module()], Ecto.LogEntry.t()) :: {:atomic, [tuple(), ...]}
Handler for data. Checks all modules and selects only first module of yours app in trace list.
It writes data to mnesia TraceProfiler
table.