Modules
A code comprehension tool for surveying unfamiliar Elixir code.
Extracts function parameter names from BEAM debug info chunks.
GenServer that receives trace events and builds a nested call tree.
Converts a call tree into a JSON-ready plain-data structure.
Collapses consecutive sibling runs of the same {module, function, arity} in a
call tree.
Renders the call tree as a human-readable, color-coded string.
Auto-detects user-defined modules from the host project's mix.exs app name.
Configures Erlang tracing to feed events into the Collector.