Flex profiler doesn't do anything
My Flex application has some memory problems which I'd like to find using the profiler. However, when 开发者_JAVA百科I run the profiler from Flex Builder, nothing happens. The appication is run the regular way, but nothing is profiled. The Profiling perspective doesn't event open, and when I open the Profiling perspective, no memory usage is displayed.
Can anyone help me out here?Had the same problem and I found a solution on this blog -> http://wceii.blogspot.com/2009/12/flex-profiler-socket-timeout-error.html
Adding the line below to the mm.cfg file.
PreloadSwf?={my eclipse workspace}.metadata.plugins\com.adobe.flash.profiler\ProfilerAgent?.swf?host=localhost&port=9999
- Windows; C:\Documents and Settings\username\mm.cfg
- OSX; /Library/Application Support/Macromedia/mm.cfg
- Linux; home/username/mm.cfg
cyrill
精彩评论