ghc-gc-tune: Graph performance of Haskell programs with different GC flags

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1, 0.2, 0.2.1, 0.3, 0.3.2, 0.3.2
Change log None available
Dependencies base (>=4.7 && <5), directory, filepath, process [details]
License BSD-3-Clause
Author Don Stewart
Maintainer community
Category Development
Home page https://github.com/ulysses4ever/ghc-gc-tune#readme
Bug tracker https://github.com/ulysses4ever/ghc-gc-tune/issues
Source repo head: git clone https://github.com/ulysses4ever/ghc-gc-tune
Uploaded by ArtemPelenitsyn at 2020-07-14T22:49:40Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for ghc-gc-tune-0.3.2

[back to package description]

ghc-gc-tune

Originally written by Don Stewart. Blog: https://donsbot.wordpress.com/2010/07/05/ghc-gc-tune-tuning-haskell-gc-settings-for-fun-and-profit/