commit | 94d82d97dfe0d95362d22e6c727cadb8e8e8c75a | [log] [tgz] |
---|---|---|
author | Robert Flack <flackr@chromium.org> | Wed Jan 20 18:05:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 20 18:05:20 2021 |
tree | 93e029fa9db919452b9fde0b8f2bccd88cd8045f | |
parent | 63e9f1d119a0387e5381a121ce3150cf0967c26b [diff] |
Extend wheel scroll update latency histograms. Specifically, this extends the following histograms: - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2_Impl - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2_Main - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2 These are used to narrow down which part of scroll event dispatch was slow when Event.Latency.ScrollUpdate.Wheel.TimeToScrollUpdateSwapBegin4 has a regression during input metrics triage. When we resolve the discrepencies between these metrics and EventLatency metrics (https://crbug.com/1079116) these can be replaced but these also serve as a valuable comparison to find where the discrepencies are coming from. Bug: 1149530 Change-Id: I4826b65ab0363e5cd3ea1691580d091ebb0ea911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626417 Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#845218}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.