Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,932
    • Issues 4,932
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 464
    • Merge requests 464
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Merge requests
  • !1340

eventlog: Add trace events for LDV and retainer profiling modes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Matthew Pickering requested to merge wip/eventlog-retainer-biographical into master Jul 02, 2019
  • Overview 26
  • Commits 1
  • Pipelines 6
  • Changes 10

This patch adds the trace events for LDV (biographical) and retainer profiling modes. Now all profiling events make it into the eventlog the path is laid for the .hp format to be deprecated.

I am unsure that the approach of passing an extra argument to printRetainerSetShort is idiomatic C but it was easier to implement than working out how to change the return type of printRetainerSetShort.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/eventlog-retainer-biographical