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

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

Issue 14652033: Add histograms for MouseEventPrefetch.Tap* and fix wrong enum description for MouseEventFollowedByC… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 7 years, 7 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 | « 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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 </summary> 1214 </summary>
1215 </histogram> 1215 </histogram>
1216 1216
1217 <histogram name="MouseEventPrefetch.MouseOvers"> 1217 <histogram name="MouseEventPrefetch.MouseOvers">
1218 <summary> 1218 <summary>
1219 The number of mouseover events detected at HTML anchor-tag links' default 1219 The number of mouseover events detected at HTML anchor-tag links' default
1220 event handler. 1220 event handler.
1221 </summary> 1221 </summary>
1222 </histogram> 1222 </histogram>
1223 1223
1224 <histogram name="MouseEventPrefetch.TapDownDuration_Click" units="ms">
1225 <summary>
1226 Measures the time elapsed between when the user tapdown-ed a link and when
1227 the user clicked a link.
1228 </summary>
1229 </histogram>
1230
1231 <histogram name="MouseEventPrefetch.TapDowns">
1232 <summary>
1233 The number of gesturetapdown events detected at HTML anchor-tag links'
1234 default event handler.
1235 </summary>
1236 </histogram>
1237
1238 <histogram name="MouseEventPrefetch.TapUnconfirmeds">
1239 <summary>
1240 The number of gesturetapunconfirmed events detected at HTML anchor-tag
1241 links' default event handler.
1242 </summary>
1243 </histogram>
1244
1224 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme"> 1245 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
1225 <summary>The scheme of the URL for each main-frame navigation.</summary> 1246 <summary>The scheme of the URL for each main-frame navigation.</summary>
1226 </histogram> 1247 </histogram>
1227 1248
1228 <histogram name="Net.AsyncResourceHandler_PendingDataCount"> 1249 <histogram name="Net.AsyncResourceHandler_PendingDataCount">
1229 <summary> 1250 <summary>
1230 The count of unacknowledged ResourceMsg_DataReceived messages. This message 1251 The count of unacknowledged ResourceMsg_DataReceived messages. This message
1231 is sent once per chunk of data read from the network. 1252 is sent once per chunk of data read from the network.
1232 </summary> 1253 </summary>
1233 </histogram> 1254 </histogram>
(...skipping 8637 matching lines...) Expand 10 before | Expand all | Expand 10 after
9871 <int value="7" label="LINK_LOAD_CACHE_STALE_OK"> 9892 <int value="7" label="LINK_LOAD_CACHE_STALE_OK">
9872 back/forward or encoding change 9893 back/forward or encoding change
9873 </int> 9894 </int>
9874 <int value="8" label="LINK_LOAD_CACHE_ONLY"> 9895 <int value="8" label="LINK_LOAD_CACHE_ONLY">
9875 Allow stale data (avoid doing a re-post) 9896 Allow stale data (avoid doing a re-post)
9876 </int> 9897 </int>
9877 <int value="9" label="PRERENDER_LOAD">Speculative prerendering of a page</int> 9898 <int value="9" label="PRERENDER_LOAD">Speculative prerendering of a page</int>
9878 </enum> 9899 </enum>
9879 9900
9880 <enum name="MouseEventFollowedByClick" type="int"> 9901 <enum name="MouseEventFollowedByClick" type="int">
9881 <int value="0" label="Caught event before click"/> 9902 <int value="0" label="Missed event before click"/>
9882 <int value="1" label="Misses event before click"/> 9903 <int value="1" label="Caught event before click"/>
9883 </enum> 9904 </enum>
9884 9905
9885 <enum name="NavigationScheme" type="int"> 9906 <enum name="NavigationScheme" type="int">
9886 <int value="0" label="(Unknown)"/> 9907 <int value="0" label="(Unknown)"/>
9887 <int value="1" label="http"/> 9908 <int value="1" label="http"/>
9888 <int value="2" label="https"/> 9909 <int value="2" label="https"/>
9889 <int value="3" label="file"/> 9910 <int value="3" label="file"/>
9890 <int value="4" label="ftp"/> 9911 <int value="4" label="ftp"/>
9891 <int value="5" label="data"/> 9912 <int value="5" label="data"/>
9892 <int value="6" label="javascript"/> 9913 <int value="6" label="javascript"/>
(...skipping 2907 matching lines...) Expand 10 before | Expand all | Expand 10 after
12800 <fieldtrial name="SSLResumption"> 12821 <fieldtrial name="SSLResumption">
12801 <group name="Resume_Handshake" label="Session Resumption"/> 12822 <group name="Resume_Handshake" label="Session Resumption"/>
12802 <group name="Full_Handshake" label="Full"/> 12823 <group name="Full_Handshake" label="Full"/>
12803 <affected-histogram name="Net.SSL_Connection_Latency"/> 12824 <affected-histogram name="Net.SSL_Connection_Latency"/>
12804 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 12825 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
12805 </fieldtrial> 12826 </fieldtrial>
12806 12827
12807 </fieldtrials> 12828 </fieldtrials>
12808 12829
12809 </histogram-configuration> 12830 </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