summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Stats.hsc
Commit message (Expand)AuthorAgeFilesLines
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-1/+5
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-1/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Add Haddock `/Since: 4.5.[01].0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+5
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Add GHC.Stats.getGCStatsEnabled function (#5846)Paolo Capriotti2012-06-191-3/+16
* Rename parAvgBytesCopied to parTotBytesCopiedMikolaj Konarski2012-04-041-3/+3
* Document that -T RTS flag is necessary.Edward Z. Yang2011-12-161-0/+8
* GHC.Stats: Use camelCase in public APIsJohan Tibell2011-10-251-55/+55
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Unbox all GCStats fields, also add cpu_seconds and wall_seconds.Edward Z. Yang2011-08-061-18/+23
* Warning policeManuel M T Chakravarty2011-07-311-2/+1
* New GHC.Stats module for accessing GC statistics.Edward Z. Yang2011-07-301-0/+117