Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,320
    • Issues 4,320
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 360
    • Merge Requests 360
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #16142

Closed
Open
Opened Jan 07, 2019 by Adam Sandberg Eriksson@adamse🐈Reporter

RTS statistic TASKS is not documented

The RTS has a output TASKS which is not documented:

http://downloads.haskell.org/\~ghc/master/users-guide/runtime_control.html\#rts-options-to-produce-runtime-statistics

http://downloads.haskell.org/\~ghc/8.6.3/docs/html/users_guide/runtime_control.html\#rts-options-to-produce-runtime-statistics

Sample of current output:

...

TASKS: 7199 (1 bound, 33 peak workers (7198 total), using -N4)

SPARKS: 0(0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)

INIT time 0.004s ( 0.003s elapsed)
MUT time 369355.862s (36159.798s elapsed)
GC time 2539.600s (219.713s elapsed)
EXIT time 0.025s ( 0.028s elapsed)
Total time 371895.491s (36379.541s elapsed)

Alloc rate 7,192,933 bytes per MUT second

Productivity 99.3% of total user, 99.4% of total elapsed
Edited Mar 10, 2019 by Adam Sandberg Eriksson
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#16142