[Rev 01] RFR: 6643: Make VM Operations rule consider close consecutive events in score
Jessye Coleman-Shapiro
jescolem at openjdk.java.net
Mon Feb 24 17:10:58 UTC 2020
> This patch modifies the VM Operations rule's score calculation so that is considers blocking that could result from the combination of multiple close consecutive operations. Right now an application's score only takes into account the longest event in its calculation.
>
> At the moment I have determined two events to be "close" if they occur within 0.01 s of one another.
The pull request has been updated with a new target base due to a merge or a rebase.
-------------
Commits:
- 19fb291d: Convert IItemCollection while loop into for loop
- e70d56b5: Make VM Operations rule consider close consecutive events in score
Changes: https://git.openjdk.java.net/jmc/pull/42/files
Webrev: https://webrevs.openjdk.java.net/jmc/42/webrev.01
Stats: 109 lines in 3 files changed: 93 ins; 6 del; 10 mod
Patch: https://git.openjdk.java.net/jmc/pull/42.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/42/head:pull/42
PR: https://git.openjdk.java.net/jmc/pull/42
More information about the jmc-dev
mailing list