Collecting Detailed Timing Data for an ASP.NET Web Application Using the Profiler Instrumentation Method from the Command Line
This section describes the procedures and options for collecting detailed performance data for an ASP.NET Web application by using the VSPerfCmd command line tool and the instrumentation method.
Note
The VSPerfCmd tool provides you with complete access to Profiling Tools functionality, including pausing and resuming profiling, and collecting additional data from processor and Windows performance counters. You can also use the VSPerfASPNETCmd command-line tool when you do not need this functionality. In comparison to the VSPerfCmd command-line tool, no environment variables have to be set, and rebooting the computer is not required. For more information, see Rapid Web Site Profiling with VSPerfASPNETCmd.
Common Tasks
Task |
Related Content |
---|---|
Profile statically compiled binaries |
|
Profile dynamically compiled binaries |
Related Tasks
Profiling ASP.NET Web Applications
Task |
Related Content |
---|---|
Profile by using the sampling method |
|
Profile memory allocation and garbage collection |
|
Profile resource contention and thread activity |
Profiling by Using the Instrumentation Method
Task |
Related Content |
---|---|
Profile stand-alone (client) applications |
|
Profile services |