Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !466

[Profiler] Fixed bug and changed tests to pytest

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Pablo Goitia requested to merge profiler-fix into master Jul 29, 2024
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 3

This merge request introduces some changes to the profiler to fix the error in issue #1123 (closed). The profiler will not accept multiple stop() calls, so its behaviour does not change.

It also introduces a more comprehensive way to manage the status of the Profiler, using the status class as @bdepaula proposed and deleting the old flags.

Furthermore, tests have been adapted for pytest. Coverage is 100%.

Closes #1123 (closed)

Edited Aug 14, 2024 by Bruno de Paula Kinoshita
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: profiler-fix