The ghc-gc-tune package
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:
ghc -O2 --make binarytrees.hs 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://haskell.org/ghc/docs/6.12.1/html/users_guide/runtime-control.html#rts-options-gc
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.3 |
|---|---|
| Dependencies | base (≥4 & ≤5), directory, filepath, process (≥1.0.1) |
| License | BSD3 |
| Author | Don Stewart |
| Maintainer | Don Stewart |
| Category | Development |
| Home page | http://code.haskell.org/~dons/code/ghc-gc-tune |
| Source repository | darcs get http://code.haskell.org/~dons/code/ghc-gc-tune/ |
| Executables | ghc-gc-tune |
| Upload date | Sat Dec 1 18:00:50 UTC 2012 |
| Uploaded by | DonaldStewart |
Downloads
- ghc-gc-tune-0.3.tar.gz (Cabal source package)
- package description (included in the package)