https://github.com/fuuzetsu/ghc-prof-aeson-flamegraph
Turn GHC `-pj` profiling output into FlameGraph format.
https://github.com/fuuzetsu/ghc-prof-aeson-flamegraph
Last synced: 4 months ago
JSON representation
Turn GHC `-pj` profiling output into FlameGraph format.
- Host: GitHub
- URL: https://github.com/fuuzetsu/ghc-prof-aeson-flamegraph
- Owner: Fuuzetsu
- License: bsd-3-clause
- Created: 2018-03-02T00:15:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T20:37:43.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T15:03:11.890Z (11 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# ghc-prof-aeson-flamegraph [![Build Status][travisbadge]][travisurl] [![Build Status][appbadge]][appurl]
Turn GHC's JSON profiling output into
[FlameGraph](https://github.com/brendangregg/FlameGraph) compatible
format.
This is similar to
[ghc-prof-flamegraph](https://hackage.haskell.org/package/ghc-prof-flamegraph)
but only supports JSON format. If you want to process profiling output
from regular `-p`, `-P` &c., please try using that instead.
[travisbadge]: https://travis-ci.org/Fuuzetsu/ghc-prof-aeson-flamegraph.svg?branch=master
[travisurl]: https://travis-ci.org/Fuuzetsu/ghc-prof-aeson-flamegraph
[appbadge]: https://ci.appveyor.com/api/projects/status/github/Fuuzetsu/ghc-prof-aeson-flamegraph?branch=master&svg=true
[appurl]: https://ci.appveyor.com/project/Fuuzetsu/ghc-prof-aeson-flamegraph