Please recommend a free profiler

Hello.

I'd need a profiler for my Swing application. I've tried a few but none of them seemed to be what I need. So I'd greatly appreciate if you could point me to a free profiler that meets the following criteria:

1) Tracks the amount of time spent in different methods (and the methods they call). Preferably tracing each call separately instead of statistically.

2) Can be customized to ignore the calls to any methods but my own, especially Swing methods. I tried EJP, which traces all the method calls, and the program took about ten times longer to execute than normally.

3) Showing the results in a way that is easy to understand and analyze is a bonus.

4) Is free.

Thank you for any help!

Message was edited by:

Kryigerof

Message was edited by:

Kryigerof

[834 byte] By [Kryigerofa] at [2007-10-3 10:33:32]
# 1
HiYou can go through the list found at the following: http://www.manageability.org/blog/stuff/open-source-profilers-for-javathey're all open source
SajidTendulkara at 2007-7-15 5:56:42 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

Thank you, but I already knew of that list. I was hoping that someone who's tried those could recommend one, since it takes quite a while for me to install a program, learn to use it and realize it wasn't what I needed. (Already tried a few of those on the list.)

Message was edited by:

Kryigerof

Message was edited by:

Kryigerof

Kryigerofa at 2007-7-15 5:56:42 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
Started using JaMon, which is okay. So no need to reply this anymore.
Kryigerofa at 2007-7-15 5:56:42 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...