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

Unified Diff: tools/metrics/ukm/ukm.xml

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)
Patch Set: Rebase and use new constructs Created 3 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index ab75b3a1ed0b53dd279b96f8a32f41e1e48e44a4..4f07774a2dd13fed5a4b9db58ac531e47dc41eea 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -234,6 +234,20 @@ be describing additional metrics about the same event.
</metric>
</event>
+<event name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2">
+ <owner>nzolghadr@chromium.org</owner>
+ <summary>
+ The time between the initial creation of a touch event and the start of the
+ frame swap on the GPU service caused by the generated ScrollUpdate gesture
+ event. If no swap was induced by the event, no recording is made.
+ </summary>
+ <metric name="Latency">
+ <summary>
+ Latency in microseconds representing Touch.TimeToScrollUpdateSwapBegin.
tdresser 2017/05/30 16:52:07 This summary is a bit confusing. Do we need a metr
rkaplow 2017/05/30 20:03:32 I agree - does it make more sense for the Event to
Navid Zolghadr 2017/05/31 20:37:15 I did some renaming here. Let me know if this look
+ </summary>
+ </metric>
+</event>
+
<event name="Media.WatchTime">
<owner>dalecurtis@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698