prof-flamegraph: Generate flamegraphs from ghc RTS .prof files
This is a small tool to convert ghc `.prof` files into a format consumable by FlameGraph.
Obtain `.prof` files by compiling with `--enable-profiling` and running with `+RTS -P -RTS`.
$ cat app.prof | prof-flamegraph | flamegraph.pl > output.svg
This is a fork of https://github.com/fpco/ghc-prof-flamegraph which hides the intermediate flamegraph format.
Downloads
- prof-flamegraph-1.0.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] | 1.0.0 |
---|---|
Dependencies | base (>=4.11.1.0 && <4.12 || >=4.12.0.0 && <4.13), optparse-applicative (>=0.14.3.0 && <0.15) [details] |
Tested with | ghc ^>=8.4.4 || ^>=8.6.2 |
License | MIT |
Copyright | (c) 2018 Symbiont.io |
Author | Sam Halliday |
Maintainer | Sam Halliday |
Category | Testing |
Bug tracker | https://github.com/symbiont-io/prof-flamegraph/pulls |
Source repo | head: git clone https://github.com/symbiont-io/prof-flamegraph |
Uploaded | by fommil at 2018-11-19T15:07:45Z |
Distributions | |
Executables | prof-flamegraph |
Downloads | 552 total (6 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 2018-11-19 [all 2 reports] |