summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Stats.hsc
Commit message (Expand)AuthorAgeFilesLines
* nonmoving: Fix documentation of GC statistics fieldswip/T21553Ben Gamari2022-05-171-11/+8
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-211-0/+4
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-051-0/+34
* Update GHC.Stats docsÖmer Sinan Ağacan2018-05-281-2/+5
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-261-0/+8
* Revert "rts, base: Refactor stats.c to improve --machine-readable report"Ben Gamari2018-03-201-8/+0
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-191-0/+8
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-2/+6
* base: Rip out old RTS statistics interfaceBen Gamari2017-11-271-143/+4
* Fix @since annotations in GHC.StatsDmitry Ivanov2017-09-131-3/+3
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-111-3/+25
* GHC.Stats cleanupRyan Scott2017-06-021-4/+4
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Overhaul GC statsSimon Marlow2016-12-061-59/+201
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+2
* base: A selection of fixes to the comments in GHC.StatsDavid Turner2016-02-251-17/+31
* Fix GHC.Stats documentation markup (#11619)Thomas Miedema2016-02-211-0/+5
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-4/+4
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* 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