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 th
JRuby 1.5.5 includes a decent --profile command line flag.
Use it like this:
jruby --profile -S