ghc-gc-tune

Graph performance of Haskell programs with different GC flags

https://github.com/ulysses4ever/ghc-gc-tune#readme

Latest on Hackage:0.3.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Don Stewart
Maintained by community

ghc-gc-tune runs your compiled Haskell program with different GC flags, and generates a graph of time as those GC settings vary. ghc-gc-tune lets your automate the task of finding good GC flags for your program, in order to get the best performance from it.

Graphs are rendered with gnuplot, so make sure that is installed.

Example use:

cabal install ghc-gc-tune
ghc-gc-tune -t svg binarytrees 12

Example output:

http://haskell.org/haskellwiki/Ghc-gc-tune

For more information on GHC garbage collector settings, see http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#rts-options-gc