CodeStory.Collector (CodeStory v0.1.0)

Copy Markdown View Source

GenServer that receives trace events and builds a nested call tree.

Started with GenServer.start/2 (not start_link) so that a crash does not kill the user's calling process.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start(caller_pid, args_map, opts)