Packages

Flame Graph profiler for Erlang and Elixir.

Current section

Files

Jump to
eflame src eflame.app.src
Raw

src/eflame.app.src

{application, eflame,
[
{description, ""},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { eflame_app, []}},
{env, []}
]}.