forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This CL is for calculating per-interaction latency and record some UKM based on the durations of input events associated with the user interaction. The user interactions covered by this CL are keyboard, tap, click and drag. And we only take into account input events that typically cause UI updates. We do the calculation and record the UKM on the renderer side. In the future, we will aggregate all interaction latency data on the browser side and create a new page load level responsiveness CWV. For more details, please check the design doc: https://docs.google.com/document/d/1SGoguf6UtIKuGD7818ESf3j1eRMYG1Fj7XnYo1U7XXg/edit?usp=sharing&resourcekey=0-23D5qwmjV_KFFIuk_bNXdw Ukm privacy review: https://docs.google.com/document/d/1kfGW_pg9OAhrVs4r7kW5LPp2HE5twOxlwzZ5hb1d7RQ/edit?usp=sharing Bug: 1215159 Change-Id: I820f90e14e9a7a807433592f778fdce4cbecfee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2941046 Commit-Queue: Hongbo Song <hbsong@google.com> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#901551}
- Loading branch information
Showing
13 changed files
with
1,031 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.