Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect vdm freeze and unfreeze is followed on collecting PM stats #386

Closed
jaganbal-a opened this issue Jul 18, 2023 · 0 comments · Fixed by #402
Closed

Incorrect vdm freeze and unfreeze is followed on collecting PM stats #386

jaganbal-a opened this issue Jul 18, 2023 · 0 comments · Fixed by #402

Comments

@jaganbal-a
Copy link
Contributor

Currently PM stats is collected after VDM freeze and unfreeze request, where the data in stats register get rested once the unfreeze request is raised.

Inorder to collect the PM statistics without losing the data, following order of stats freezing and unfreezing to be done.

  1. Raise VDM freeze
  2. Collect PM stats from stats registers
  3. Raise VDM unfreeze /cease freeze request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment