Instrumenting WM_ message handler to find jank.
This is a follow-up for an internal discussion about possible jank, and more generally, performance issues that potentially are not tracked by about://profiler and UMA profiler data. This CL adds instrumentation that adds tracking for all WM_ message handlers. It's enabled only in Canary, and on other channels we won't track WM_ messages. If we find it valuable and safe, we can enable this instrumentation on other channels too. BUG=440919 Review URL: https://codereview.chromium.org/793893002 Cr-Commit-Position: refs/heads/master@{#308001}
Showing
Please register or sign in to comment