-
Notifications
You must be signed in to change notification settings - Fork 69
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
Make it easy to add more stat types to work packet statistics #324
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.
LGTM
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.
As a maintainer of the code base, I have no idea what the code tries to achieve with no description in the PR and no comment in the code.
This reverts commit ce0c3f9.
This reverts commit dfd64e3.
JikesRVM
NoGC (wrench-2021-05-20-Thu-231104)
SemiSpace (wrench-2021-05-20-Thu-232302)
|
OpenJDK
SemiSpace (wrench-2021-05-21-Fri-005347)
GenCopy (wrench-2021-05-21-Fri-030026)
|
OpenJDK Micro Benchmarks
Running: ['rebench', 'microbm.conf', 'CI_SemiSpace']
|
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.
LGTM
CI reported that |
JikesRVM
NoGC (wrench-2021-05-21-Fri-135349)
SemiSpace (wrench-2021-05-21-Fri-140605)
|
OpenJDK
SemiSpace (wrench-2021-05-21-Fri-153521)
GenCopy (wrench-2021-05-21-Fri-174241)
|
JikesRVM
NoGC (wrench-2021-05-26-Wed-135804)
SemiSpace (wrench-2021-05-26-Wed-141002)
|
OpenJDK
SemiSpace (wrench-2021-05-26-Wed-153957)
GenCopy (wrench-2021-05-26-Wed-174838)
|
This PR refactors work-packet level statistics collection. Work packet execution time measuring was hardcoded. It's now abstracted through a WorkCounter trait interface. This PR also makes mmtk#315 easier.
This PR refactors work-packet level statistics collection.
Work packet execution time measuring was hardcoded. It's now abstracted through a
WorkCounter
trait interface.This PR also makes #315 easier.