Hi MassH +1 for JProfiler, I've used it through the last several versions/years to profile anything from Swing apps to Weblogic EJBs and its always had the goods. It will pinpoint performance and allocation hotspots in your application with lots of helpful stats. At 499USD it's probably a bit exxy for you but I think it has a trial version that works well enough...
On the topic of manual profiling issues, I've got a blog entry on manually walking the object graph to figure out the size of a particular graph (based on some reasonable assumptions). I don't recommend going down this path but its good to know about: http://threebrightlights.blogspot.com/2007/12/java-sizeof-sessions.html good luck! 2008/10/22 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > It's not free, but YourKit (http://www.yourkit.com) is an excellent > profiler. > > List price is $499 per copy or five copies for $1199. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
