I'd like to profile my JRuby app. For MRI I always use ruby-prof, but I don't think this works on JRuby. I don't want to use a Java-profiler, because it won't give me the ruby line numbers.
Is there a jruby-prof?
JRuby 1.5.5 includes a decent --profile command line flag.
Use it like this:
jruby --profile -S <script> <args>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With