Skip to content

Visualiser for Haskell (GHC) prof files

License

Notifications You must be signed in to change notification settings

abarbu/profiteur

 
 

Repository files navigation

profiteur

Profiteur is a visualiser for GHC .prof files.

Installation

cabal install profiteur

Usage

ghc --make -auto-all -prof your-program.hs
./your-program +RTS -p -RTS
profiteur your-program.prof

Open the output, your-program.prof.html, in a web browser.

See also example/Makefile.

A tree browser and a tree map are available to browse the profile.

Expand cost centres by clicking the chevrons in the tree browser or double-clicking them in the tree map.

Screenshot

About

Visualiser for Haskell (GHC) prof files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.4%
  • Haskell 36.9%
  • CSS 4.6%
  • Other 1.1%