Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cmsgemos-analysis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmsgemonline
  • gem-daq
  • cmsgemos-analysis
  • Issues
  • #37
Closed
Open
Created Feb 22, 2022 by Laurent Petre@lpetreOwner

Speed up the plotting routines

Description

[Following up on #36 (comment 5293583)]

At the moment, the DAC scans and S-bit rate plotting routines are so slow that they are basically unusable at p5. They may also suffer from memory leaks.

Plotting is currently disabled by default but must be sped up to a reasonable level. Any memory leak should be fixed as well.

Possible fixes

De-couple the analysis from the plotting. A first function can take care of the analysis and a second routine can plot the results if desired. The plotting routine should use a single figure and re-use the axes to speed up the rendering process and avoid memory leaks.

Assignee
Assign to
Time tracking