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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 18866003: Add histogram Omnibox.FocusToEditTime for time in milliseconds between a user focus and edit. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 7983 matching lines...) Expand 10 before | Expand all | Expand 10 after
7994 </summary> 7994 </summary>
7995 </histogram> 7995 </histogram>
7996 7996
7997 <histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode"> 7997 <histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode">
7998 <summary> 7998 <summary>
7999 The number of times users enter keyword hint mode &quot;Search ___ 7999 The number of times users enter keyword hint mode &quot;Search ___
8000 for:&quot; and how. 8000 for:&quot; and how.
8001 </summary> 8001 </summary>
8002 </histogram> 8002 </histogram>
8003 8003
8004 <histogram name="Omnibox.FocusToEditTime" units="ms">
8005 <summary>
8006 The length of time between when a user focused on the omnibox and first
8007 modifies the omnibox.
8008 </summary>
8009 </histogram>
8010
8004 <histogram name="Omnibox.ProviderTime" units="ms"> 8011 <histogram name="Omnibox.ProviderTime" units="ms">
8005 <summary> 8012 <summary>
8006 The length of time taken by the named provider&quot;s synchronous pass. 8013 The length of time taken by the named provider&quot;s synchronous pass.
8007 </summary> 8014 </summary>
8008 </histogram> 8015 </histogram>
8009 8016
8010 <histogram name="Omnibox.QueryBookmarksTime"> 8017 <histogram name="Omnibox.QueryBookmarksTime">
8011 <obsolete> 8018 <obsolete>
8012 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime. 8019 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime.
8013 </obsolete> 8020 </obsolete>
(...skipping 13101 matching lines...) Expand 10 before | Expand all | Expand 10 after
21115 <group name="Disabled" label="Neither extra webstore link is visible"/> 21122 <group name="Disabled" label="Neither extra webstore link is visible"/>
21116 <group name="FooterLink" label="Link in bottom right of footer"/> 21123 <group name="FooterLink" label="Link in bottom right of footer"/>
21117 <group name="PlusIcon" label="Plus icon in apps page"/> 21124 <group name="PlusIcon" label="Plus icon in apps page"/>
21118 <affected-histogram name="Extensions.AppLaunch"/> 21125 <affected-histogram name="Extensions.AppLaunch"/>
21119 <affected-histogram name="NewTabPage.DefaultPageType"/> 21126 <affected-histogram name="NewTabPage.DefaultPageType"/>
21120 </fieldtrial> 21127 </fieldtrial>
21121 21128
21122 </fieldtrials> 21129 </fieldtrials>
21123 21130
21124 </histogram-configuration> 21131 </histogram-configuration>
OLDNEW
« 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