On Jan 30, 2008 5:36 PM, Z W <[EMAIL PROTECTED]> wrote:
> Is there an open source performance tool out there that gives a complete
> "picture" on all the methods called
> in a java application run ? In other words, I like to know if there's a tool
> out there that could help me
> determine if a me
I found a good list of free tools here:
http://java-source.net/open-source/profilers
Java1.5 includes System.nanoTime() which gives a much
more accurate way to measure fine grain performance.
The ones on that list that look most useful for CPU profiling are
JFLuid/NetBeans Profiler, and InfraRED
On Wed, 30 Jan 2008, Z W wrote:
> Hi
>
> Is there an open source performance tool out there that gives a complete
> "picture" on all the methods called
> in a java application run ?
Sun Studio Performance Analyzer does what you need with a small nuance.
It is still closed source. Although there