For WP7 development, performance debugging for each application is very important. The Windows Phone performance analysis tool is provided in vs2010, similar to traceview on the Android platform, you can view the CPU usage, memory consumption, and GC memory usage of the entire application. The frame rate displayed on the image is also recorded, select Start Windows Phone performance analysis under debug in the menu bar of vs2010 to start ,:
There are two options after running: Execute (visual and function call counts) and memory (managed object allocations and texture usage) in performance analysis settings, click launch application to start the zune123 application to be debugged today,
At this time, the vs2010 interface becomes the profiling in SS interface, indicating that data is being collected. You can normally run your application on your mobile phone or simulator to simulate various operations performed by users, for example, test every interface as much as possible. <ignore_js_op>
To view the result, click stop profiling to stop collection. The result is saved as an SAP file. The icon displays the CPU usage, frame rate, and memory consumption,
Http://wp.662p.com/thread-6705-1-1.html
Performance debugging for WP Development