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

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: 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 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 9306 matching lines...) Expand 10 before | Expand all | Expand 10 after
9317 </summary> 9317 </summary>
9318 </histogram> 9318 </histogram>
9319 9319
9320 <histogram name="Omnibox.FocusToEditTime" units="ms"> 9320 <histogram name="Omnibox.FocusToEditTime" units="ms">
9321 <summary> 9321 <summary>
9322 The length of time between when a user focused on the omnibox and first 9322 The length of time between when a user focused on the omnibox and first
9323 modifies the omnibox. 9323 modifies the omnibox.
9324 </summary> 9324 </summary>
9325 </histogram> 9325 </histogram>
9326 9326
9327 <histogram name="Omnibox.FocusToOpenTime" units="ms">
9328 <summary>
9329 The length of time between when a user focused on the omnibox and opened an
9330 omnibox match (which could be what they typed or a suggestion).
9331 </summary>
9332 </histogram>
9333
9327 <histogram name="Omnibox.ProviderTime" units="ms"> 9334 <histogram name="Omnibox.ProviderTime" units="ms">
9328 <summary> 9335 <summary>
9329 The length of time taken by the named provider&quot;s synchronous pass. 9336 The length of time taken by the named provider&quot;s synchronous pass.
9330 </summary> 9337 </summary>
9331 </histogram> 9338 </histogram>
9332 9339
9333 <histogram name="Omnibox.QueryBookmarksTime"> 9340 <histogram name="Omnibox.QueryBookmarksTime">
9334 <obsolete> 9341 <obsolete>
9335 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime. 9342 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime.
9336 </obsolete> 9343 </obsolete>
(...skipping 15002 matching lines...) Expand 10 before | Expand all | Expand 10 after
24339 <group name="Disabled" label="Neither extra webstore link is visible"/> 24346 <group name="Disabled" label="Neither extra webstore link is visible"/>
24340 <group name="FooterLink" label="Link in bottom right of footer"/> 24347 <group name="FooterLink" label="Link in bottom right of footer"/>
24341 <group name="PlusIcon" label="Plus icon in apps page"/> 24348 <group name="PlusIcon" label="Plus icon in apps page"/>
24342 <affected-histogram name="Extensions.AppLaunch"/> 24349 <affected-histogram name="Extensions.AppLaunch"/>
24343 <affected-histogram name="NewTabPage.DefaultPageType"/> 24350 <affected-histogram name="NewTabPage.DefaultPageType"/>
24344 </fieldtrial> 24351 </fieldtrial>
24345 24352
24346 </fieldtrials> 24353 </fieldtrials>
24347 24354
24348 </histogram-configuration> 24355 </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