@hackage ghc-prof-flamegraph0.1.1.0

Generates data to be used with flamegraph.pl from .prof files.

This is a small tool to convert GHC time profiling reports into a format understandable by the FlameGraph (https://github.com/brendangregg/FlameGraph) tool.

To use, first convert a `.prof` file into the flame graph format using ghc-prof-flamegraph:

$ cat ~/src/packdeps/packdeps.prof | ghc-prof-flamegraph > packdeps.prof.folded

Then you can use the file to produce an svg image, using the flamegraph.pl script:

$ cat packdeps.prof.folded | ~/src/FlameGraph/flamegraph.pl > packdeps.prof.svg
  • Installation

  • Dependencies (0)

  • Dependents (0)