Popularity
9.5
Growing
Activity
0.0
Declining
184
8
15
Monthly Downloads: 46
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.
-
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Promo
www.onlyoffice.com
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)