Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 21452002: Add metric Omnibox.FocusToOpenTime for time from omnibox focus to omnibox usage. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: synced Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 215647)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -9324,6 +9324,13 @@
</summary>
</histogram>
+<histogram name="Omnibox.FocusToOpenTime" units="ms">
+ <summary>
+ The length of time between when a user focused on the omnibox and opened an
+ omnibox match (which could be what they typed or a suggestion).
+ </summary>
+</histogram>
+
<histogram name="Omnibox.ProviderTime" units="ms">
<summary>
The length of time taken by the named provider&quot;s synchronous pass.
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698