Matcha.Trace (Matcha v0.1.1) View Source

About tracing.

Link to this section Summary

Functions

Trace all function calls to a module.

Trace all function calls to module with given arity.

Trace all function calls to module with given arity using provided opts.

Trace all calls to a module.

Link to this section Functions

Link to this function

function(module, function)

View Source

Trace all function calls to a module.

Link to this function

function(module, function, arity)

View Source

Trace all function calls to module with given arity.

arity may be :_, in which case all arities will be traced.

Link to this function

function(module, function, arity, opts)

View Source

Trace all function calls to module with given arity using provided opts.

arity may be :_, in which case all arities will be traced.

Link to this function

module(module, opts \\ [])

View Source

Trace all calls to a module.