ETW Events in the .NET Framework

Event tracing for Windows (ETW) is a high-performance, low-overhead, scalable tracing system provided by Windows operating systems. It supplements the profiling and debugging support provided by the .NET Framework and can be used to troubleshoot a variety of scenarios. For general information about ETW, see Improve Debugging and Performance Tuning with ETW in the MSDN Library.

In the .NET Framework, ETW event tracing is available for the common language runtime (CLR), the Task Parallel Library, and Parallel LINQ (PLINQ).

In This Section

See Also

Concepts

Task Parallel Library

Parallel LINQ (PLINQ)

Other Resources

CLR ETW Events