.NET profiling (unmanaged API reference)
The profiling API enables a profiler to monitor a program's execution by the common language runtime (CLR).
These articles describe APIs that were introduced in .NET Core 2.0 and later versions. For .NET Framework-era unmanaged APIs, most of which can also be used to profile .NET (Core) apps, see .NET Framework profiling.
Structures
- COR_PRF_EVENT_DATA structure
- COR_PRF_EVENTPIPE_PARAM_DESC structure
- COR_PRF_EVENTPIPE_PROVIDER_CONFIG structure
Enumerations
- COR_PRF_EVENTPIPE_LEVEL enumeration
- COR_PRF_EVENTPIPE_PARAM_TYPE enumeration
- COR_PRF_HANDLE_TYPE enumeration
- COR_PRF_REJIT_FLAGS enumeration
Interfaces
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.