Popularity
9.4
Stable
Activity
5.4
Stable
193
7
15
Monthly Downloads: 16
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.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of profiteur or a related project?
Popular Comparisons
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)