-
Notifications
You must be signed in to change notification settings - Fork 28
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
RAPL Monitor for monitoring wraparounds for a rapl file #105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I think it should work well. I left some high-level comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test_rapl.py
looks good to me! Nice and clean way to testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code is good to go. Just left a few style nitpicks and quick questions. Thanks!
A RAPL monitor that tracks the number of times a RAPL counter has wrapped around (reached max value and go back to 0) within the lifetime of a ZeusMonitor object. Very similar to the
PowerMonitor
and spawns a thread per RAPL file tracked.