Profiling (Unmanaged API Reference)
The profiling API enables a profiler to monitor a program's execution by the common language runtime (CLR).
In This Section
Profiling Overview
Describes the services and interfaces that the CLR provides to support profiling in the .NET Framework environment.Profiling Interfaces
Describes the unmanaged interfaces that the profiling API uses.Profiling Global Static Functions
Describes the unmanaged global static functions that the profiling API uses.Profiling Enumerations
Describes the unmanaged enumerations that the profiling API uses.Profiling Structures
Describes the unmanaged structures that the profiling API uses.
Related Sections
- Walkthrough: Profiling Applications
Explains how to use the built-in profiling tools in the Microsoft Visual Studio 2005 Team System. These tools provide an alternative approach to using the profiling API.