Re: Time profiling

2011-05-25 Thread Kieran Kelleher
Hi Gennady, Even if you don't use it, you can still download the source and copg or using bits that are useful to you. Regards, Kieran On May 25, 2011, at 1:56 AM, Кушнир Геннадий wrote: > But I don't use Wonder in my app... > > Gennady ___ Do not

Re: Time profiling

2011-05-24 Thread Кушнир Геннадий
Thank you, Ramsey. I'll watch the video. Unfortunately WOWODC takes place too far from my place (( Johann Werner, thank you too for the tip. But I don't use Wonder in my app... Gennady On 24.05.2011, at 20:35, Ramsey Gurley wrote: > Shark is also rather handy for this. It comes with the Apple

Re: Time profiling

2011-05-24 Thread Ramsey Gurley
Shark is also rather handy for this. It comes with the Apple dev tools, and Mark Ritchie did a WOWODC presentation on using it. http://www.wocommunity.org/podcasts/wowodc/west08/WOWODC08_Shark.mp4 Shameless plug: The amount of great info that comes out of WOWODC is really amazing. This year's

Re: Time profiling

2011-05-24 Thread Johann Werner
Hi Gennady, you could try ERProfiling http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/profiling/package-summary.html It will show you which part of your page takes the most time and which part of the RR-loop is eating up the time spent. jw Am 24.05.2011 um 10:47 schrieb Gennady

Time profiling

2011-05-24 Thread Gennady Kushnir
Hello list. I have noticed that my app is becoming slow. Are there any methods to analyze it's activity and find performance bottlenecks? I did use memory profiling and decided to extend available memory for my app. It did help me with OutOfMemoryError's and with too frequent and long fullGC events