Reputation: 826
How to find where is memory leak in a flex application?
Are there some tools to catch and analyze this problem?
Thanks
Upvotes: 0
Views: 566
Reputation: 329
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
Upvotes: 1