erlang_pmp

Hex pm

Poor Man's Profiler inspired Erlang profiler.

Running

erlang_pmp:profile(Opts).

Opts

Output

The output of erlang_pmp is meant to be used with FlameGraph stack trace visualizer:

git clone https://github.com/brendangregg/FlameGraph.git
FlameGraph/flamegraph.pl /tmp/erlang_pmp.trace > /tmp/erlang_pmp.svg