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.

Reply via email to