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

[ mit, program, testing ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.2.0.0, 0.2.0.1
Dependencies base (>=4 && <5) [details]
License MIT
Copyright (c) 2015 FP Complete Corporation
Author Francesco Mazzoli
Maintainer francesco@fpcomplete.com
Category Testing
Source repo head: git clone https://github.com/fpco/ghc-prof-flamegraph
Uploaded by FrancescoMazzoli at 2015-04-23T18:27:40Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-prof-flamegraph
Downloads 4690 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-10 [all 7 reports]