Packages

FlameGraph compatible, Poor Man's Profiler inspired Erlang profiler

Current section

Files

Jump to
erlang_pmp src erlang_pmp.app.src
Raw

src/erlang_pmp.app.src

{application,erlang_pmp,
[{description,"FlameGraph compatible, Poor Man's Profiler inspired Erlang profiler"},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/kzemek/erlang_pmp"}]}]}.