Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • argo
  • nrm
  • Merge requests
  • !11

Initial support for perf wrapper

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kamil Iskra requested to merge perf-integration into master Dec 19, 2017
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 4

For applications that do not provide any progress indicator (i.e., all of them for now), we implement a wrapper using Linux perf that reports instructions per seconds once a second.

This is the initial implementation which needs better integration on the daemon side (configuration via the manifest, preferably also wrapping outside of the 'argo_nodeos_config --exec' command so that it doesn't end up within the container with the application).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: perf-integration