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.
crrev.com/c/4273874 added a `Omnibox.OmniboxEditModelOpenMatchTime` histogram, but the code was logging to `Omnibox.OpenMatchTime`, making the data unavailable in UMA. This CL fixes the typo. This CL also updates the buckets of `Omnibox.SuggestionUsed.Search.InputToNavigationStart2` & `Omnibox.SuggestionUsed.URL.InputToNavigationStart2`. Previously, they covered [10ms, 10minutes]. But 30% of events fell in the underflow bucket (55% in an experiment), and 99.999% of events fell in the <14s bucket [1]. This CL updates the histograms to cover [1ms, 1minute] and renames them (`...InputToNavigationStart` -> `...InputToNavigationStart2`). [1] https://uma.googleplex.com/p/chrome/timeline_v2?sid=3850b51de4e1b9122d37fbb6a169b1a6 Bug: 1418490 Change-Id: Icbad05e77f1122ae15f4b54e2610b0ece9feb568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370582 Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Auto-Submit: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1121977}
- Loading branch information
manukh
authored and
Chromium LUCI CQ
committed
Mar 24, 2023
1 parent
00394c0
commit bc5575d
Showing
4 changed files
with
21 additions
and
10 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