Collecting Detailed Timing Data for an ASP.NET 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 instrumentation method from the command line.
In This Section
How to: Instrument a Statically Compiled ASP.NET Web Application and Collect Detailed Timing Data with the Profiler by Using the Command Line
Describes how to instrument and profile a pre-compiled ASP.NET Web module.How to: Instrument a Dynamically Compiled ASP.NET Web Application and Collect Detailed Timing Data with the Profiler by Using the Command Line
Describes how to instrument and profile a dynamically compiled ASP.NET Web application.
Related Sections
ASP.NET Web Applications
Collecting Application Statistics for ASP.NET Web Applications Using the Profiler Sampling Method from the Command Line
Describes how to collect performance statistics from ASP.NET Web applications by using the sampling method.Collecting Memory Data from an ASP.NET Web Application by Using the Profiler Command Line
Describes how to collect memory allocation and object lifetime data from ASP.NET Web applications.
Instrumentation Method
Collecting Detailed Timing Data for a Stand-Alone Application by Using the Profiler Command Line
Describes how to instrument and profile stand-alone (client) applications from the command line.Collecting Detailed Timing Data for Services by Using the Instrumentation Method from the Profiler Command Line
Describes how to instrument and profile Windows services from the command line.