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

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

Issue 2596473002: Add more input metrics to Rappor (Closed)
Patch Set: Remove the empty line Created 3 years, 12 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 | « content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 rappor metrics 8 This file is used to generate a comprehensive list of Chrome rappor metrics
9 along with a detailed description for each histogram. See the design doc at 9 along with a detailed description for each histogram. See the design doc at
10 http://www.chromium.org/developers/design-documents/rappor 10 http://www.chromium.org/developers/design-documents/rappor
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 </rappor-metric> 903 </rappor-metric>
904 904
905 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> 905 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE">
906 <owner>wychen@chromium.org</owner> 906 <owner>wychen@chromium.org</owner>
907 <summary> 907 <summary>
908 The eTLD+1 of the frame URL where Reader Mode is prompted. 908 The eTLD+1 of the frame URL where Reader Mode is prompted.
909 </summary> 909 </summary>
910 </rappor-metric> 910 </rappor-metric>
911 911
912 <rappor-metric 912 <rappor-metric
913 name="Event.Latency.ScrollBegin.Touch.TimeToScrollUpdateSwapBegin2"
914 type="UMA_RAPPOR_TYPE">
915 <owner>nzolghadr@chromium.org</owner>
916 <owner>tdresser@chromium.org</owner>
917 <summary>
918 The eTLD+1 of the website visited, along with the time between initial
919 creation of a touch event and the start of the frame swap on the GPU service
920 caused by the generated ScrollUpdate gesture event if that ScrollUpdate is
921 the first such event in a given scroll gesture event sequence. If no swap
922 was induced by the event, no recording is made.
Ilya Sherman 2016/12/20 22:20:52 This description looks identical to the descriptio
Navid Zolghadr 2016/12/21 15:32:37 The other summary was incorrect. I updated the oth
923 </summary>
924 <string-field name="Domain">
925 <summary>
926 The domain+registry of the URL.
927 </summary>
928 </string-field>
929 <uint64-field name="Latency">
930 <summary>
931 Latency in microseconds representing first
932 Touch.TimeToScrollUpdateSwapBegin.
933 </summary>
934 </uint64-field>
935 </rappor-metric>
936
937 <rappor-metric
938 name="Event.Latency.ScrollBegin.Wheel.TimeToScrollUpdateSwapBegin2"
939 type="UMA_RAPPOR_TYPE">
940 <owner>nzolghadr@chromium.org</owner>
941 <owner>tdresser@chromium.org</owner>
942 <summary>
943 The eTLD+1 of the website visited, along with the time between initial
944 creation of a wheel event and the start of the frame swap on the GPU service
945 caused by the generated ScrollUpdate gesture event if that ScrollUpdate is
946 the first such event in a given scroll gesture event sequence. If no swap
947 was induced by the event, no recording is made.
948 </summary>
949 <string-field name="Domain">
950 <summary>
951 The domain+registry of the URL.
952 </summary>
953 </string-field>
954 <uint64-field name="Latency">
955 <summary>
956 Latency in microseconds representing first
957 Wheel.TimeToScrollUpdateSwapBegin.
958 </summary>
959 </uint64-field>
960 </rappor-metric>
961
962 <rappor-metric
913 name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2" 963 name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2"
914 type="UMA_RAPPOR_TYPE"> 964 type="UMA_RAPPOR_TYPE">
915 <owner>nzolghadr@chromium.org</owner> 965 <owner>nzolghadr@chromium.org</owner>
916 <owner>tdresser@chromium.org</owner> 966 <owner>tdresser@chromium.org</owner>
917 <summary> 967 <summary>
918 The eTLD+1 of the website visited, along with a the time between the initial 968 The eTLD+1 of the website visited, along with the time between the initial
919 creation of a touch event and the start of the frame swap on the GPU service 969 creation of a touch event and the start of the frame swap on the GPU service
920 caused by the generated ScrollUpdate gesture event if that ScrollUpdate is 970 caused by the generated ScrollUpdate gesture event if that ScrollUpdate is
921 the first such event in a given scroll gesture event sequence. If no swap 971 the first such event in a given scroll gesture event sequence. If no swap
922 was induced by the event, no recording is made. 972 was induced by the event, no recording is made.
923 </summary> 973 </summary>
924 <string-field name="Domain"> 974 <string-field name="Domain">
925 <summary> 975 <summary>
926 The domain+registry of the URL. 976 The domain+registry of the URL.
927 </summary> 977 </summary>
928 </string-field> 978 </string-field>
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
2313 <flag bit="1" label="IS_REPEAT_VISIT"/> 2363 <flag bit="1" label="IS_REPEAT_VISIT"/>
2314 <summary> 2364 <summary>
2315 Bitfield of the state from an SSL warning interstitial. 2365 Bitfield of the state from an SSL warning interstitial.
2316 </summary> 2366 </summary>
2317 </flags-field> 2367 </flags-field>
2318 </rappor-metric> 2368 </rappor-metric>
2319 2369
2320 </rappor-metrics> 2370 </rappor-metrics>
2321 2371
2322 </rappor-configuration> 2372 </rappor-configuration>
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698