Popularity
2.4
Declining
Activity
0.0
Stable
0
4
0

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: GHC     Profiling    
Latest version: v0.1.0.0

ghc-prof-aeson alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-prof-aeson alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-prof-aeson or a related project?

Add another 'ghc' Package

README

ghc-prof-aeson Build Status Build Status

Somewhere along the way in GHC 8.2.x it became possible to output profiling output in JSON form. This is much more friendly for tooling as usual profiling format differs based the exact flags, identifier names, nesting, heap profiling flags and phase of the moon. More than once have we fallen to a parse failure in ghc-prof-flamegraph.

This is a very simple package that parses the profiling JSON output and gives you a Haskell data structure to work with instead. This should completely remove random parse failures due to weird formatting or at the very least, provide better error messages.