Post

Performance Profiling in Silverlight

One of the things that is missing out of the box when developing Silverlight applications, is the ability to analyse performance. The performance monitoring tools in VS2008 does not support Silverlight. Seema Ramchandani at Microsoft has created a guide to two tools to aid with this; xperf and xperfView. These tools were previously only available internally to Microsoft, but is now available for everyone.

The xperf tool is a command line tool that be used to run the Silverlight application for collecting performance information. With xperfView you can take the output and get performance details from the xperf tool like this:

Thanks to Stefaan Rillaert for sending me this link.

This post is licensed under CC BY 4.0 by the author.