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

[ bsd3, development, program ] [ Propose Tags ] [ Report a vulnerability ]

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 https://downloads.haskell.org/ghc/latest/docs/users_guide/runtime_control.html#rts-options-to-control-the-garbage-collector


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.1, 0.3, 0.3.2
Dependencies base (>=4.7 && <5), directory, filepath, process [details]
License BSD-3-Clause
Author Don Stewart
Maintainer community
Revised Revision 1 made by ArtemPelenitsyn at 2025-09-10T13:54:40Z
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:50:55Z
Distributions NixOS:0.3.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-gc-tune
Downloads 3975 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-07-14 [all 2 reports]

Readme for ghc-gc-tune-0.3.2

[back to package description]