ghc-prof-flamegraph: 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
Downloads
- ghc-prof-flamegraph-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.6 && <5), ghc-prof-flamegraph [details] |
| License | MIT |
| Copyright | (c) 2015 FP Complete Corporation |
| Author | Francesco Mazzoli |
| Maintainer | francesco@fpcomplete.com |
| Uploaded | by FrancescoMazzoli at 2015-05-21T11:05:45Z |
| Category | Testing |
| Source repo | head: git clone https://github.com/fpco/ghc-prof-flamegraph |
| Distributions | NixOS:0.2.0.1 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | ghc-prof-flamegraph |
| Downloads | 5039 total (17 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-05-28 [all 1 reports] |