ghc-prof-flamegraph

Generates flamegraphs from GHC .prof files.

Latest on Hackage:0.2.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Francesco Mazzoli
Maintained by [email protected]

This is a small tool to render GHC time profiling reports as interactive SVG flame graphs using FlameGraph. Basic usage:

ghc-prof-flamegraph myprogram.prof

You can also generate a flamegraph using the allocation measurements using the --alloc flag.

The flamegraph.pl script is bundled with this package, so you don't need to install it (though you need to have Perl installed).