.NET Performance - Performance Diagnostics of .NET Applications Using ETW

Fri, 03 Dec 2010 10:00:00 GMT

Event Tracing for Windows (ETW) is a powerful logging technology that's leveraged in the .NET Framework 4 CLR to make profiling your managed application simpler than ever. ETW collects system-wide data and profiles all resources (CPU, disk, network and memory) making it very useful for obtaining a holistic view.

Read article