forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Measure the time spent opening an existing tab
This CL adds a time histogram to measure how long it took for the user to select an existing time in the tab switcher. If the user opens a new tab or closes the tab switcher, it is not recorded. Fixed: 1440186 Change-Id: I1b312978444be13a96796d8665941781dc57738c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4482554 Reviewed-by: Gauthier Ambard <[email protected]> Reviewed-by: Olivier Robin <[email protected]> Commit-Queue: Louis Romero <[email protected]> Cr-Commit-Position: refs/heads/main@{#1136465}
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2347,6 +2347,17 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="IOS.TabSwitcher.TimeSpentOpeningExistingTab" units="ms" | ||
expires_after="2024-05-14"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The time it takes for a user to open an existing tab. If the user opens a | ||
new tab or closes the tab switcher, this is not recorded. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="IOS.TabSwitcher.TimeSpentScrolling" units="ms" | ||
expires_after="2024-05-14"> | ||
<owner>[email protected]</owner> | ||
|