This document discusses using ETW/xperf and Navigation Timing to analyze website performance. It covers:
1) ETW/xperf - tools for capturing system-level event traces on Windows, which can show browser performance events.
2) Navigation Timing API - a W3C spec that provides page load timing metrics via JavaScript for real-world performance monitoring.
3) How to use these tools to analyze page load times, resource usage, and CPU hot spots, both for debugging issues and monitoring performance over time.