Command-Line Profiling of Stand-Alone Applications
This section describes the procedures and options for collecting performance data for stand-alone (client) applications using the Visual Studio Team System Developer Edition Profiling Tools from the command line.
In This Section
Collecting Application Statistics for Stand-Alone Applications by Using the Profiler Command Line
Describes how to use the sampling method to collect performance statistics from client applications.Collecting Detailed Timing Data for a Stand-Alone Application by Using the Profiler Command Line
Describes how to use the instrumentation method to collect detailed timing data from client applications.Collecting .NET Framework Memory Data for Stand-Alone Applications by Using the Profiler Command Line
Describes how to collect memory allocation and object lifetime data from client applications.Walkthrough: Command-Line Profiling Using Sampling
Gain hands on experience by profiling a sample application using the sampling method.Walkthrough: Command-Line Profiling Using Instrumentation
Gain hands on experience by profiling a sample application using the instrumentation method.
Related Sections
Command-Line Profiling of ASP.NET Web Applications
Describes how to collect performance data from ASP.NET applications.Command-Line Profiling of Services
Describes how to collect performance data from Windows services.