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

