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

Side by Side 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: 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 unified diff | Download patch
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 9080 matching lines...) Expand 10 before | Expand all | Expand 10 after
9091 </summary> 9091 </summary>
9092 </histogram> 9092 </histogram>
9093 9093
9094 <histogram name="Omnibox.FocusToEditTime" units="ms"> 9094 <histogram name="Omnibox.FocusToEditTime" units="ms">
9095 <summary> 9095 <summary>
9096 The length of time between when a user focused on the omnibox and first 9096 The length of time between when a user focused on the omnibox and first
9097 modifies the omnibox. 9097 modifies the omnibox.
9098 </summary> 9098 </summary>
9099 </histogram> 9099 </histogram>
9100 9100
9101 <histogram name="Omnibox.FocusToOpenTime" units="ms">
9102 <summary>
9103 The length of time between when a user focused on the omnibox and opened an
9104 omnibox match (which could be what they typed or a suggestion).
9105 </summary>
9106 </histogram>
9107
9101 <histogram name="Omnibox.ProviderTime" units="ms"> 9108 <histogram name="Omnibox.ProviderTime" units="ms">
9102 <summary> 9109 <summary>
9103 The length of time taken by the named provider&quot;s synchronous pass. 9110 The length of time taken by the named provider&quot;s synchronous pass.
9104 </summary> 9111 </summary>
9105 </histogram> 9112 </histogram>
9106 9113
9107 <histogram name="Omnibox.QueryBookmarksTime"> 9114 <histogram name="Omnibox.QueryBookmarksTime">
9108 <obsolete> 9115 <obsolete>
9109 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime. 9116 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime.
9110 </obsolete> 9117 </obsolete>
(...skipping 14651 matching lines...) Expand 10 before | Expand all | Expand 10 after
23762 <group name="Disabled" label="Neither extra webstore link is visible"/> 23769 <group name="Disabled" label="Neither extra webstore link is visible"/>
23763 <group name="FooterLink" label="Link in bottom right of footer"/> 23770 <group name="FooterLink" label="Link in bottom right of footer"/>
23764 <group name="PlusIcon" label="Plus icon in apps page"/> 23771 <group name="PlusIcon" label="Plus icon in apps page"/>
23765 <affected-histogram name="Extensions.AppLaunch"/> 23772 <affected-histogram name="Extensions.AppLaunch"/>
23766 <affected-histogram name="NewTabPage.DefaultPageType"/> 23773 <affected-histogram name="NewTabPage.DefaultPageType"/>
23767 </fieldtrial> 23774 </fieldtrial>
23768 23775
23769 </fieldtrials> 23776 </fieldtrials>
23770 23777
23771 </histogram-configuration> 23778 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698