YourKit Java Profiler Open Source License Request

Frost, Gary Gary.Frost at amd.com
Mon May 6 16:30:29 UTC 2013


Andrew, 

You can actually view profiles of Java jitted code using oprofile. 

So you get to see how much time is spent in the jitted code from the JVM.  The profile data is mapped back to Java source code via the bytecode tables in the class file. 

Gary

-----Original Message-----
From: discuss-bounces at openjdk.java.net [mailto:discuss-bounces at openjdk.java.net] On Behalf Of Laurent Bourgès
Sent: Monday, May 06, 2013 10:07 AM
To: Andrew Haley
Cc: discuss at openjdk.java.net; 2d-dev at openjdk.java.net
Subject: Re: YourKit Java Profiler Open Source License Request

Andrew,

I want to have good metrics related to java code (not native) so I need a java profiler.
maybe dtrace could be another candidate but I don't know how to use it on my linux 64 machine.

Laurent

> I am currently working hard to improve performances of the pisces 
> java2d
> > renderering engine.
> >
> > To help me improving cpu hotspots, I need an efficient java profiler
> (lower
> > overhead than netbeans profiler).
> >
> > I *personally* requested this morning an "open source" license for
> Yourkit
> > Profiler.
>
> For low overhead profiling it's hard to beat oprofile.  Linux only.
>
> Andrew.
>
>
>





More information about the discuss mailing list