ghc-gc-tune: Graph performance of Haskell programs with different GC flags
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
Downloads
- ghc-gc-tune-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.3, 0.3.2 |
---|---|
Dependencies | base (>=4 && <5), directory, filepath, process (>=1.0.1) [details] |
License | BSD-3-Clause |
Author | Don Stewart |
Maintainer | Don Stewart |
Category | Development |
Home page | http://code.haskell.org/~dons/code/ghc-gc-tune |
Source repo | head: darcs get http://code.haskell.org/~dons/code/ghc-gc-tune/ |
Uploaded | by DonaldStewart at 2010-07-06T03:44:25Z |
Distributions | NixOS:0.3.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | ghc-gc-tune |
Downloads | 3907 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-29 [all 7 reports] |