ghc-prof-aeson-flamegraph: Turn GHC `-pj` profiling output into FlameGraph format.

[ bsd3, profiling, program ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.5 && <5), bytestring, containers, ghc-prof-aeson, optparse-applicative, text, vector [details]
License BSD-3-Clause
Copyright 2018, Mateusz Kowalczyk
Author Mateusz Kowalczyk
Maintainer fuuzetsu@fuuzetsu.co.uk
Category Profiling
Home page https://github.com/Fuuzetsu/ghc-prof-aeson-flamegraph#readme
Bug tracker https://github.com/Fuuzetsu/ghc-prof-aeson-flamegraph/issues
Source repo head: git clone https://github.com/Fuuzetsu/ghc-prof-aeson-flamegraph
Uploaded by MateuszKowalczyk at 2018-03-02T00:40:07Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-prof-aeson-flamegraph
Downloads 768 total (9 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-03-02 [all 3 reports]

Readme for ghc-prof-aeson-flamegraph-0.1.0.0

[back to package description]

ghc-prof-aeson-flamegraph Build Status Build Status

Turn GHC's JSON profiling output into FlameGraph compatible format.

This is similar to 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.