Newbie Tuning!

I’d like to jump into profiling and tuning my code. I’ve tried running with -Xprof and -Xrunhprof, but the output is pretty much spaghetti at this point. I’ve tried jvmstat too.

I’d like to figure out which of my methods are being called most often and how long the execution takes for the method.

I’d like to see where the garbage collector is running or what its collecting. I think anyway. I doubt I’d know something was out of whack, even if I had strong evidence to show a problem. Ya got to know how to understand the evidence first!

Whats the best place to start? Any tools or tuts for making life easier?

Regards,
Aaron R>

You might want to try this tool: http://ejp.sourceforge.net/

Try JFluid !

You can download it from :

http://research.sun.com/projects/jfluid

It will be included into Netbeans v4.0 within few months, as stated in

http://www.netbeans.org/community/releases/40/profiler.html