ecto_profiler v0.1.0 EctoProfiler.ModuleHandler View Source
Documentation for EctoProfiler.
Link to this section Summary
Functions
Handler for data. Checks all modules and selects only those which you have defined in your application.
It writes data to mnesia FunctionProfiler
table
Link to this section Functions
Link to this function
handle(trace_list, modules_list, entry)
View Source
handle([tuple()], [module()], Ecto.LogEntry.t()) :: :ok
Handler for data. Checks all modules and selects only those which you have defined in your application.
It writes data to mnesia FunctionProfiler
table.