api for custom profiler#1602
Conversation
…entations. Add Config options
|
I have not looked at this in-depth yet but since you just submitted this could I get you to resubmit with a couple of changes:
We are looking forward to pluggable profiler impls! |
|
I removed the wildcard imports and renamed the package. |
|
Have not had a chance to review this either, but I'd like to see it get in soon. |
|
Ok my review comments are that in general this is fine and it will be cool to allow people to write their own. I am interested in backporting this from master to 1.7 branch after 1.7.12 goes out the door with some backwards compat signatures in cacheEntry just in case someone is externally using those directly (I can add those when I do the merge since we don't want those signatures on master). My second comment which is where does the code from 'public synchronized JRubyClassLoader getJRubyClassLoader() {' come from? This looks like it came from somewhere else? |
|
Thanks for the feedback. |
|
Nah I can just remove it in a followup commit. I will commit this in the On Mon, Apr 7, 2014 at 5:06 PM, Andre Kullmann notifications@github.comwrote:
blog: http://blog.enebo.com twitter: tom_enebo |
|
Where did the wiki page move to? https://github.com/areman/jruby/wiki/Profiler-Changes no longer contains anything... |
Changes to the build in profiler to make it possible to create custom profiler implmentations an plug them in into jruby.
For details see https://github.com/areman/jruby/wiki/Profiler-Changes