-
Notifications
You must be signed in to change notification settings - Fork 41
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
Setup JHM profiler #50
Comments
Any news on this? |
@mcpiroman @elect86 Could you clarify your questions? |
Nope, this is what we'd like |
@elect86 Sorry, but pointing to line doesn't explain your problem and difficulties. Could you explain them? |
Ok, I'll try to explain better. From the main docs in the sample
Among these, there is for example one regarding the GC. You can use it by passing
It's useful to check, for example, if the EA kicks in and helps avoiding allocations I'd like to have the possibility to set it in kotlinx-benchmark as well. I tried |
@elect86 Thank you for clarification! I hope @qurbonzoda could answer your question after coming back from vacation |
Profiler is a very important feature for JMH users, hope to support soon :) |
Hi everyone, Currently, there is no way to define a profiler in the configuration script. Would a configuration option be helpful for you? |
…n-1.35 build(deps): bump jmh.version from 1.34 to 1.35
For Jvm-only setup, can I use profiler as described in https://github.com/openjdk/jmh/blob/master/jmh-samples/src/main/java/org/openjdk/jmh/samples/JMHSample_35_Profilers.java?
The text was updated successfully, but these errors were encountered: