Popularity
9.4
Declining
Activity
5.4
-
187
7
16

Monthly Downloads: 84
Programming language: JavaScript
License: BSD 3-clause "New" or "Revised" License
Tags: Development     Profiling    
Latest version: v0.4.5.1

profiteur alternatives and similar packages

Based on the "Development" category.
Alternatively, view profiteur alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of profiteur or a related project?

Add another 'Development' Package

README

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

See also [example/Makefile](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](example/screenshot.png)