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

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

Issue 14295015: Open-Source Omnibox.* histograms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add search engine histogram Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 </histogram> 2396 </histogram>
2397 2397
2398 <histogram name="Net.Wifi.LbsLatency" units="milliseconds"> 2398 <histogram name="Net.Wifi.LbsLatency" units="milliseconds">
2399 <summary>The time that a request to Location Based Services takes.</summary> 2399 <summary>The time that a request to Location Based Services takes.</summary>
2400 </histogram> 2400 </histogram>
2401 2401
2402 <histogram name="Net.Wifi.ScanLatency" units="milliseconds"> 2402 <histogram name="Net.Wifi.ScanLatency" units="milliseconds">
2403 <summary>The time that a Wi-fi scan takes.</summary> 2403 <summary>The time that a Wi-fi scan takes.</summary>
2404 </histogram> 2404 </histogram>
2405 2405
2406 <histogram name="Omnibox.AggressiveHistoryURLProviderFieldTrialBeacon"
2407 enum="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon">
2408 <obsolete>
2409 Aggressive HistoryURL provider field trial deleted in spring 2012.
2410 </obsolete>
2411 <summary>
2412 A number that indicates what omnibox ranking behavior the user is seeing as
2413 part of the OmniboxAggressiveHistoryURLProvider field trial
2414 (OmniboxAggressiveHistoryURLProvider).
2415 </summary>
2416 </histogram>
2417
2406 <histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode"> 2418 <histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode">
2407 <summary> 2419 <summary>
2408 The number of times users enter keyword hint mode &quot;Search ___ 2420 The number of times users enter keyword hint mode &quot;Search ___
2409 for:&quot; and how. 2421 for:&quot; and how.
2410 </summary> 2422 </summary>
2411 </histogram> 2423 </histogram>
2412 2424
2425 <histogram name="Omnibox.QueryBookmarksTime">
2426 <obsolete>
2427 Deprecated 2012-11-14. Replaced by Autocomplete.BookmarkProviderMatchTime.
2428 </obsolete>
2429 <summary>
2430 Time the HistoryContentProvider takes to perform a bookmark search.
2431 </summary>
2432 </histogram>
2433
2434 <histogram name="Omnibox.QueryTime" units="milliseconds">
2435 <summary>
2436 Time it takes for the omnibox to become responsive to user input after the
2437 user has typed N characters. This measures the time it takes to start all
2438 the asynchronous autocomplete providers (but not wait for them to finish).
2439 </summary>
2440 </histogram>
2441
2442 <histogram name="Omnibox.SearchEngine" enum="OmniboxSearchEngine">
2443 <summary>
2444 The id of search engine that was used for search in omnibox. See
2445 src/chrome/browser/search_engines/template_url_prepopulate_data.cc for more
2446 info.
2447 </summary>
2448 </histogram>
2449
2450 <histogram name="Omnibox.SuggestRequest.Failure.GoogleResponseTime"
2451 units="milliseconds">
2452 <summary>
2453 The time elapsed between the sending of a suggest request to Google until
2454 the time the request was returned with status==failed. Ignores requests that
2455 were canceled before being returned.
2456 </summary>
2457 </histogram>
2458
2459 <histogram name="Omnibox.SuggestRequest.Success.GoogleResponseTime"
2460 units="milliseconds">
2461 <summary>
2462 The time elapsed between the sending of a suggest request to Google until
2463 the time the request was returned with status==success. Ignores requests
2464 that were canceled before being returned.
2465 </summary>
2466 </histogram>
2467
2468 <histogram name="Omnibox.SuggestRequests" enum="OmniboxSuggestRequests">
2469 <summary>
2470 Counts about the number of suggest requests the omnibox sent, invalidated,
2471 and replies received.
2472 </summary>
2473 </histogram>
2474
2413 <histogram name="PlatformFile.UnknownCreateFileErrors" units="code"> 2475 <histogram name="PlatformFile.UnknownCreateFileErrors" units="code">
2414 <summary> 2476 <summary>
2415 Errors returned by CreateFile on windows that PlatformFileError doesn't yet 2477 Errors returned by CreateFile on windows that PlatformFileError doesn't yet
2416 support. 2478 support.
2417 </summary> 2479 </summary>
2418 </histogram> 2480 </histogram>
2419 2481
2420 <histogram name="PLT.Abandoned" enum="Abandoned"> 2482 <histogram name="PLT.Abandoned" enum="Abandoned">
2421 <summary> 2483 <summary>
2422 Distribution of actual finished pages, vs abandoned pages, where we needed 2484 Distribution of actual finished pages, vs abandoned pages, where we needed
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 </histogram> 2989 </histogram>
2928 2990
2929 <histogram name="RequestAutocomplete.WalletRequiredActions" 2991 <histogram name="RequestAutocomplete.WalletRequiredActions"
2930 enum="WalletRequiredActions"> 2992 enum="WalletRequiredActions">
2931 <summary> 2993 <summary>
2932 Measures the frequency of required user actions returned by the Google 2994 Measures the frequency of required user actions returned by the Google
2933 Online Wallet server. 2995 Online Wallet server.
2934 </summary> 2996 </summary>
2935 </histogram> 2997 </histogram>
2936 2998
2999 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine">
3000 <summary>
3001 The id of the default search engine that is loaded after Chrome startup. See
3002 src/chrome/browser/search_engines/prepopulate_engines.json for more info.
3003 </summary>
3004 </histogram>
3005
2937 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms"> 3006 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms">
2938 <summary> 3007 <summary>
2939 Measures the time taken by Google Online Wallet server's accept legal 3008 Measures the time taken by Google Online Wallet server's accept legal
2940 document API call. 3009 document API call.
2941 </summary> 3010 </summary>
2942 </histogram> 3011 </histogram>
2943 3012
2944 <histogram name="Wallet.ApiCallDuration.AuthenticateInstrument" units="ms"> 3013 <histogram name="Wallet.ApiCallDuration.AuthenticateInstrument" units="ms">
2945 <summary> 3014 <summary>
2946 Measures the time taken by Google Online Wallet server's authenticate 3015 Measures the time taken by Google Online Wallet server's authenticate
(...skipping 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 <int value="1" label="non-speculative, never used"/> 4736 <int value="1" label="non-speculative, never used"/>
4668 <int value="2" label="non-speculative and used"/> 4737 <int value="2" label="non-speculative and used"/>
4669 <int value="3" label="omnibox never connected"/> 4738 <int value="3" label="omnibox never connected"/>
4670 <int value="4" label="omnibox never used"/> 4739 <int value="4" label="omnibox never used"/>
4671 <int value="5" label="omnibox and used"/> 4740 <int value="5" label="omnibox and used"/>
4672 <int value="6" label="subresource never connected"/> 4741 <int value="6" label="subresource never connected"/>
4673 <int value="7" label="subresource never used"/> 4742 <int value="7" label="subresource never used"/>
4674 <int value="8" label="subresource and used"/> 4743 <int value="8" label="subresource and used"/>
4675 </enum> 4744 </enum>
4676 4745
4746 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int">
4747 <int value="0" label="disabled by flags"/>
4748 <int value="1" label="enabled by flags"/>
4749 <int value="2" label="auto, not in trial"/>
4750 <int value="3" label="auto, disabled in trial"/>
4751 <int value="4" label="auto, enabled in trial"/>
4752 </enum>
4753
4677 <enum name="OmniboxEnteredKeywordMode" type="int"> 4754 <enum name="OmniboxEnteredKeywordMode" type="int">
4678 <int value="0" label="via tab"/> 4755 <int value="0" label="via tab"/>
4679 <int value="1" label="via space at end"/> 4756 <int value="1" label="via space at end"/>
4680 <int value="2" label="via space in middle"/> 4757 <int value="2" label="via space in middle"/>
4681 </enum> 4758 </enum>
4682 4759
4760 <enum name="OmniboxSearchEngine" type="int">
4761 <int value="0" label="Unknown"/>
4762 <int value="1" label="Google"/>
4763 <int value="2" label="Yahoo!"/>
4764 <int value="3" label="Bing"/>
4765 <int value="4" label="Ask"/>
4766 <int value="5" label="Yahoo! Quebec"/>
4767 <int value="6" label="OK.hu"/>
4768 <int value="7" label="Bing French and Arabic"/>
4769 <int value="11" label="Yamli"/>
4770 <int value="12" label="Araby"/>
4771 <int value="13" label="Maktoob"/>
4772 <int value="14" label="Masrawy"/>
4773 <int value="15" label="Yandex"/>
4774 <int value="16" label="Rambler"/>
4775 <int value="17" label="TUT.BY"/>
4776 <int value="18" label="hispavista"/>
4777 <int value="19" label="Jabse"/>
4778 <int value="20" label="NUR.KZ"/>
4779 <int value="21" label="Baidu"/>
4780 <int value="22" label="search.ch"/>
4781 <int value="23" label="goo"/>
4782 <int value="24" label="Pogodak!"/>
4783 <int value="25" label="Seznam"/>
4784 <int value="26" label="Centrum"/>
4785 <int value="27" label="Atlas"/>
4786 <int value="28" label="Jubii"/>
4787 <int value="29" label="Eniro"/>
4788 <int value="30" label="NetSprint"/>
4789 <int value="32" label="diri"/>
4790 <int value="33" label="Custom"/>
4791 <int value="35" label="AOL"/>
4792 <int value="37" label="Rediff"/>
4793 <int value="38" label="guruji"/>
4794 <int value="40" label="GO.com"/>
4795 <int value="41" label="Rednano"/>
4796 <int value="44" label="NETI"/>
4797 <int value="45" label="DELFI"/>
4798 <int value="46" label="Fonecta 02.fi"/>
4799 <int value="51" label="search.ch"/>
4800 <int value="54" label="in.gr"/>
4801 <int value="55" label="Walla!"/>
4802 <int value="59" label="leit.is"/>
4803 <int value="62" label="Virgilio"/>
4804 <int value="63" label="Libero"/>
4805 <int value="67" label="Naver"/>
4806 <int value="68" label="Daum"/>
4807 <int value="69" label="Nate"/>
4808 <int value="71" label="LATNE"/>
4809 <int value="72" label="ABC S.k"/>
4810 <int value="73" label="Kvasir"/>
4811 <int value="75" label="Onet.pl"/>
4812 <int value="76" label="Wirtualna Polska"/>
4813 <int value="77" label="SAPO"/>
4814 <int value="82" label="UOL Busca"/>
4815 <int value="83" label="@MAIL.RU"/>
4816 <int value="85" label="Zoznam"/>
4817 <int value="87" label="Najdi.si"/>
4818 <int value="89" label="AltaVista"/>
4819 <int value="90" label="Terra"/>
4820 <int value="99" label="Spray"/>
4821 <int value="100" label="Sanook!"/>
4822 <int value="101" label="MYNET"/>
4823 </enum>
4824
4825 <enum name="OmniboxSuggestRequests" type="int">
4826 <int value="1" label="requests sent"/>
4827 <int value="2" label="requests invalidated"/>
4828 <int value="3" label="(non-invalidated) replies received"/>
4829 </enum>
4830
4683 <enum name="OSAgnosticErrno" type="int"> 4831 <enum name="OSAgnosticErrno" type="int">
4684 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> 4832 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary>
4685 <int value="0" label="0">No error</int> 4833 <int value="0" label="0">No error</int>
4686 <int value="1" label="EPERM">Operation not permitted</int> 4834 <int value="1" label="EPERM">Operation not permitted</int>
4687 <int value="2" label="ENOENT">No such file or directory</int> 4835 <int value="2" label="ENOENT">No such file or directory</int>
4688 <int value="3" label="ESRCH">No such process</int> 4836 <int value="3" label="ESRCH">No such process</int>
4689 <int value="4" label="EINTR">Interrupted function call</int> 4837 <int value="4" label="EINTR">Interrupted function call</int>
4690 <int value="5" label="EIO">Input/output error</int> 4838 <int value="5" label="EIO">Input/output error</int>
4691 <int value="6" label="ENXIO">No such device or address</int> 4839 <int value="6" label="ENXIO">No such device or address</int>
4692 <int value="7" label="E2BIG">Arg list too long</int> 4840 <int value="7" label="E2BIG">Arg list too long</int>
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
5324 label="with 8 connections per proxy server"/> 5472 label="with 8 connections per proxy server"/>
5325 <affected-histogram name="Net.HttpProxySocketRequestTime"/> 5473 <affected-histogram name="Net.HttpProxySocketRequestTime"/>
5326 <affected-histogram name="Net.SocksSocketRequestTime"/> 5474 <affected-histogram name="Net.SocksSocketRequestTime"/>
5327 <affected-histogram name="PLT.Abandoned"/> 5475 <affected-histogram name="PLT.Abandoned"/>
5328 <affected-histogram name="PLT.BeginToFinish_LinkLoadNormal"/> 5476 <affected-histogram name="PLT.BeginToFinish_LinkLoadNormal"/>
5329 <affected-histogram name="PLT.BeginToFinish_LinkLoadReload"/> 5477 <affected-histogram name="PLT.BeginToFinish_LinkLoadReload"/>
5330 <affected-histogram name="PLT.BeginToFinish_LinkLoadStaleOk"/> 5478 <affected-histogram name="PLT.BeginToFinish_LinkLoadStaleOk"/>
5331 <affected-histogram name="PLT.BeginToFinish_NormalLoad"/> 5479 <affected-histogram name="PLT.BeginToFinish_NormalLoad"/>
5332 </fieldtrial> 5480 </fieldtrial>
5333 5481
5482 <fieldtrial name="QueryTimeSuffix" separator=".">
5483 <group name="0" label="N = 0"/>
5484 <group name="1" label="N = 1"/>
5485 <group name="2" label="N = 2"/>
5486 <group name="3" label="N = 3"/>
5487 <group name="4" label="N = 4"/>
5488 <group name="5" label="N = 5"/>
5489 <affected-histogram name="Omnibox.QueryTime"/>
5490 </fieldtrial>
5491
5334 <fieldtrial name="SocketType"> 5492 <fieldtrial name="SocketType">
5335 <group name="HTTPProxy" label="HTTP proxy socket"/> 5493 <group name="HTTPProxy" label="HTTP proxy socket"/>
5336 <group name="SOCK" label="SOCKS socket"/> 5494 <group name="SOCK" label="SOCKS socket"/>
5337 <group name="SSL" label="(Obsolete, SSL socket)"/> 5495 <group name="SSL" label="(Obsolete, SSL socket)"/>
5338 <group name="SSL2" label="SSL2 socket"/> 5496 <group name="SSL2" label="SSL2 socket"/>
5339 <group name="SSLForProxies" 5497 <group name="SSLForProxies"
5340 label="SSLClientSocket wrapping the TCPClient socket eventually used 5498 label="SSLClientSocket wrapping the TCPClient socket eventually used
5341 for connection to a proxy"/> 5499 for connection to a proxy"/>
5342 <group name="SSLforHTTPSProxy" 5500 <group name="SSLforHTTPSProxy"
5343 label="SSLClientSocket wrapping the TCPClient socket eventually used 5501 label="SSLClientSocket wrapping the TCPClient socket eventually used
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
5392 <fieldtrial name="SSLResumption"> 5550 <fieldtrial name="SSLResumption">
5393 <group name="Resume_Handshake" label="Session Resumption"/> 5551 <group name="Resume_Handshake" label="Session Resumption"/>
5394 <group name="Full_Handshake" label="Full"/> 5552 <group name="Full_Handshake" label="Full"/>
5395 <affected-histogram name="Net.SSL_Connection_Latency"/> 5553 <affected-histogram name="Net.SSL_Connection_Latency"/>
5396 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5554 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5397 </fieldtrial> 5555 </fieldtrial>
5398 5556
5399 </fieldtrials> 5557 </fieldtrials>
5400 5558
5401 </histogram-configuration> 5559 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698