-
Notifications
You must be signed in to change notification settings - Fork 397
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
Implement METHOD STATS verbose output #7309
Conversation
Fixed EOF error. |
Fixed Windows build. |
More fixes for Windows build. |
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.
Some questions and minor changes requested.
Addressed comments above. |
Documented getMethodStats(). |
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
jenkins build all |
aix and zos builds are failing because of
I guess you need to do
|
- introduce new verbose tag: "#METHOD STATS" - print "key=value" pairs for each method where "key" is an arbitrary string - values can be agrregated across all methods by a parsing script - this format can be used for an arbitrary info about a compiled method - in particular, introduce a function that prints various footprint stats for a method
Fixed missing "=" |
jenkins build all |
riscv failure is due to #7291 |
osx build actually passed, but seems to be running because of a jenkins issue:
|
azure macos failure is a known issue. |
stats for a method