TR (elixir_doctor v0.1.0)

This provides easier access to :tr module, defined by the erlang_doctor package.

Link to this section Summary

Functions

See :tr.app_modules/1.

See :tr.call_selector/1.

See :tr.call_stat/1.

See :tr.call_stat/2.

See :tr.clean/0.

See :tr.contains_data/2.

See :tr.dump/1.

See :tr.filter/1.

See :tr.filter/2.

See :tr.filter_ranges/1.

See :tr.filter_ranges/2.

See :tr.filter_tracebacks/1.

See :tr.filter_tracebacks/2.

See :tr.load/1.

Converts tr records into structs, which are more inspectable and navigable in Elixir.

See :tr.print_sorted_call_stat/2.

See :tr.select/0.

See :tr.select/1.

See :tr.set_tab/1.

See :tr.sorted_call_stat/1.

See :tr.start/0.

See :tr.start/1.

See :tr.start_link/0.

See :tr.start_link/1.

See :tr.stop/0.

See :tr.stop_tracing_calls/0.

See :tr.tab/0.

See :tr.trace_calls/1.

Link to this section Functions

Link to this function

app_modules(app_name)

See :tr.app_modules/1.

Link to this function

call_selector(selector_fun)

See :tr.call_selector/1.

Link to this function

call_stat(selector_fun)

See :tr.call_stat/1.

Link to this function

call_stat(selector_fun, tab)

See :tr.call_stat/2.

See :tr.clean/0.

Link to this function

contains_data(data_value, trace)

See :tr.contains_data/2.

See :tr.dump/1.

Link to this function

filter(predicate)

See :tr.filter/1.

Link to this function

filter(predicate, tab)

See :tr.filter/2.

Link to this function

filter_ranges(predicate)

See :tr.filter_ranges/1.

Link to this function

filter_ranges(predicate, opts)

See :tr.filter_ranges/2.

Link to this function

filter_tracebacks(predicate)

See :tr.filter_tracebacks/1.

Link to this function

filter_tracebacks(predicate, tab)

See :tr.filter_tracebacks/2.

See :tr.load/1.

Link to this function

pretty(tr_record)

Converts tr records into structs, which are more inspectable and navigable in Elixir.

See :tr.select/0.

Link to this function

select(selector_fun)

See :tr.select/1.

Link to this function

select(selector_fun, data_value)

See :tr.select/2.

See :tr.set_tab/1.

Link to this function

sorted_call_stat(selector_fun)

See :tr.sorted_call_stat/1.

See :tr.start/0.

See :tr.start/1.

See :tr.start_link/0.

Link to this function

start_link(opts)

See :tr.start_link/1.

See :tr.stop/0.

Link to this function

stop_tracing_calls()

See :tr.stop_tracing_calls/0.

See :tr.tab/0.

Link to this macro

tr(args \\ [])

(macro)
Link to this macro

tr(record, args)

(macro)
Link to this function

trace_calls(modules)

See :tr.trace_calls/1.