packages feed

ghc-prof-1.4.1.11: README.md

# ghc-prof: Library for parsing GHC time and allocation profiling reports

[![Hackage](https://img.shields.io/hackage/v/ghc-prof.svg?maxAge=2592000)](https://hackage.haskell.org/package/ghc-prof)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/ghc-prof.svg?maxAge=2592000)](https://hackage.haskell.org/package/ghc-prof)
[![Stackage LTS](http://stackage.org/package/ghc-prof/badge/lts)](http://stackage.org/lts/package/ghc-prof)
[![Stackage Nightly](http://stackage.org/package/ghc-prof/badge/nightly)](http://stackage.org/nightly/package/ghc-prof)
[![Build Status](https://travis-ci.org/maoe/ghc-prof.svg?branch=master)](https://travis-ci.org/maoe/ghc-prof)
[![Gitter](https://img.shields.io/gitter/room/maoe/ghc-prof.svg?maxAge=2592000)](https://gitter.im/maoe/ghc-prof)

## Applications that use this library

* [profiteur: Treemap visualiser for GHC prof files](https://hackage.haskell.org/package/profiteur)
* [viewprof: Text-based interactive GHC .prof viewer](https://hackage.haskell.org/package/viewprof)
* [profiterole: Restructure GHC profile reports](https://hackage.haskell.org/package/profiterole)
* [ghcprofview-hs: GTK3-based profile report viewer](https://github.com/portnov/ghcprofview-hs)