Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E emper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • i4
  • manycore
  • emper
  • Merge requests
  • !284

Merged
Created Dec 05, 2021 by Florian Fischer@aj46ezosMaintainer

[io/Stats] do not record steal attempts

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Recording every steal attempt is rather excessive and we are not doing it for normal work. Flamegraphs have show io-stealing takes considerable more time than normal work stealing because of the recording of steal attempts, especially if we are using atomics to aggregate them.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: do-not-record-io-steal-attempts