How to find where is memory leak in a flex application?
How to find where is memory le开发者_如何转开发ak in a flex application?
Are there some tools to catch and analyze this problem?
Thanks
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
精彩评论