360|Flex: Flex Application Profiling by Example – Resources
Last Updated: 05/21/09
This is the resource page for my Flex Application Profiling by Example talk at 360|Flex Indy. Here you can download the source code for the examples I used during the presentation along with access links to some of the resources I discussed.
Slides
Source Code
- Flex Builder Project Archive with Three Samples: Memory Profiling (MemoryLeak.mxml), Performance Profiling (PerformanceOptimization.mxml), a POC that makes use of the Sampler classes. (CustomProfiler.mxml)
- Flex 3 Hello World
- Flex 4 Hello World
Resources
- Although it’s not related to profiling, I got the framework samples I profiled from this FrameworkQuest series. It’s a great read. http://www.insideria.com/2008/12/frameworkquest-2008-introducti.html
- Alex Harui is the man. I strongly suggest reading this entry on the profiler, download his source, and run the presentation. There’s a lot of very detailed information about Flash Player resource management in there. http://blogs.adobe.com/aharui/2008/09/using_the_flex_builder_3x_prof.html

