May 2012
Intermediate to advanced
592 pages
23h 52m
English
In this chapter
| Acquiring Xperf |
| Your First Xperf Investigation |
| Xperf’s Strengths and Limitations |
| Summary |
The Event Tracing for Windows (ETW) framework, which ships as an integral part of the Microsoft Windows operating system, provides a uniform way to instrument your code by logging trace events with very little overhead to your application’s run-time performance. What makes this framework particularly useful to learn is that any software you develop in Windows is already using it—either directly or indirectly—because several components in the operating system (OS) are already heavily instrumented using ETW. Even without explicit instrumentation on your part, you can still take advantage of the plethora of events logged ...
Read now
Unlock full access