ide-haskell-profiteurjs

Show GHC profiling results in Atom

atom-haskell

4,218

1

0.1.1

MIT

GitHub

ide-haskell-profiteurjs package

Shows Profiteur output in Atom.

image

Configuration

Profiteur is bundled with the package and bundled version is used by default. It runs on top of nodejs (via the magic of ghcjs), so a "real" binary will likely be faster.

If speed is an issue, you can build profiteur, and set full path to profiteur binary in package settings. For example, if you installed profiteur into $HOME/.cabal/ (default cabal location), use /path/to/home/dir/.cabal/bin/profiteur. Specifics will depend on platform.