• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

_cabal_deps/H03-May-2022-98,30964,200

data/H28-May-2021-11191

src/H28-May-2021-376283

CHANGELOG.mdH A D28-May-20212.1 KiB8965

LICENSEH A D28-May-20211.5 KiB3124

README.mdH A D28-May-2021575 2817

Setup.hsH A D28-May-202146 32

cabal.projectH A D03-May-2022747 2120

profiteur.cabalH A D28-May-20212 KiB7667

README.md

1profiteur
2=========
3
4Profiteur is a visualiser for GHC `.prof` files.
5
6Installation
7------------
8
9    cabal install profiteur
10
11Usage
12-----
13
14    ghc --make -auto-all -prof your-program.hs
15    ./your-program +RTS -p -RTS
16    profiteur your-program.prof
17
18Open the output, `your-program.prof.html`, in a web browser.
19
20See also [example/Makefile](example/Makefile).
21
22A tree browser and a tree map are available to browse the profile.
23
24Expand cost centres by clicking the chevrons in the tree browser or
25double-clicking them in the tree map.
26
27![Screenshot](example/screenshot.png)
28