views:

37

answers:

2

Hi,

How to find where is memory leak in a flex application?

Are there some tools to catch and analyze this problem?

Thanks

+1  A: 

You can use the Profiler tool to view your application's resource utilization over time.

How to use the Profiler: http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_4.html

Tatyana Maximovskaya
+1  A: 

If you prefer a free version, Push button labs open sourced their profiler.

http://pushbuttonengine.com/2010/06/pushbutton-labs-profiler-open-sourced/

Gregor Kiddie