Wednesday, July 12, 2006

Using the Visual Studio Team System Profiler: Summary View

Included with Visual Studio Team System Developer (and Suite) edition is a powerful new profiler for finding performance issues in your native, managed or ASP.NET applications. The profiler can run in both sampling mode (which looks at program state in some periodic cycle) and instrumentation mode (which looks at every function exit and entry point). The performance sessions that the profiler generates have several different views to help you to diagnose performance issues. This TechNote by Ian Huff, Software Design Engineer, Microsoft Corporation will take a look at the information that you can glean from the summary view of the performance report.

http://msdn2.microsoft.com/en-us/teamsystem/aa718874.aspx

No comments: