YourKit Java Profiler Open Source License Request

Andrew Haley aph at redhat.com
Mon May 6 15:26:18 UTC 2013


On 05/06/2013 04:07 PM, Laurent Bourgès wrote:

> I want to have good metrics related to java code (not native) so I need a
> java profiler.

Oprofile works well with Java code.  The JIT compiler has enough smarts
to register dynamically-generated code with oprofile, and you get the
added benefit that you're profiling native code, not just Java.  Like
I said, hard to beat.

Andrew.




More information about the discuss mailing list