ecto_profiler v0.1.4 EctoProfiler.ModuleHandler View Source

It records the call of each module of the application.

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.