[GHC] #11619: GHC.Stats documentation error

#11619: GHC.Stats documentation error -------------------------------------+------------------------------------- Reporter: orion | Owner: Type: bug | Status: new Priority: low | Milestone: Component: | Version: 7.10.3 libraries/base | Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- The [https://hackage.haskell.org/package/base-4.8.2.0/docs/GHC- Stats.html#t:GCStats documentation] for GCStats is not formatted properly: {{{ numByteUsageSamples :: !Int64 Number of byte usage samples taken | Sum of all byte usage samples, can be used with numByteUsageSamples to calculate averages with arbitrary weighting (if you are sampling this record multiple times). }}} {{{ wallSeconds :: !Double Total wall clock time elapsed since start | Number of bytes copied during GC, minus space held by mutable lists held by the capabilities. Can be used with parMaxBytesCopied to determine how well parallel GC utilized all cores. }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11619 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11619: GHC.Stats documentation error
-------------------------------------+-------------------------------------
Reporter: orion | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: libraries/base | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Thomas Miedema

#11619: GHC.Stats documentation error -------------------------------------+------------------------------------- Reporter: orion | Owner: Type: bug | Status: merge Priority: low | Milestone: 8.0.1 Component: libraries/base | Version: 7.10.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => merge * failure: None/Unknown => Documentation bug * milestone: => 8.0.1 Comment: Fixed. Thanks for the report. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11619#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11619: GHC.Stats documentation error -------------------------------------+------------------------------------- Reporter: orion | Owner: Type: bug | Status: merge Priority: low | Milestone: 8.0.1 Component: libraries/base | Version: 7.10.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): Merged in ae49f3dac7f6197f3928b2fd9dc38600e83c102f. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11619#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11619: GHC.Stats documentation error -------------------------------------+------------------------------------- Reporter: orion | Owner: Type: bug | Status: closed Priority: low | Milestone: 8.0.1 Component: libraries/base | Version: 7.10.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11619#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC