Commit 01c8b179 authored by Robert Flack's avatar Robert Flack Committed by Chromium LUCI CQ

Extend expiry of *.BrowserNotifiedToBeforeGpuSwap2 input latency metrics.

These are used to narrow down which part of scroll event dispatch is
slow when there are high level regressions in
*.TimeToScrollUpdateSwapBegin. When we resolve the discrepancies
between these metrics and EventLatency metrics
(https://crbug.com/1079116) these can be replaced but these also serve
as a valuable comparison to find where the discrepancies are coming
from.

Bug: 1088745,1088764,1140088,1142495,1142498
Change-Id: Iab4124105299b2a8f0bf4f792299b0cab48e66ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629590
Commit-Queue: Robert Flack <flackr@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845226}
parent 5934db5e
...@@ -452,8 +452,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -452,8 +452,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollBegin.Scrollbar.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollBegin.Scrollbar.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="2021-06-13"> units="microseconds" expires_after="2021-12-01">
<owner>nzolghadr@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>dlibby@microsoft.com</owner> <owner>dlibby@microsoft.com</owner>
<owner>input-dev@chromium.org</owner> <owner>input-dev@chromium.org</owner>
<summary> <summary>
...@@ -640,8 +640,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -640,8 +640,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollBegin.Touch.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollBegin.Touch.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="2020-12-06"> units="microseconds" expires_after="2021-12-01">
<owner>flackr@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>input-dev@chromium.org</owner>
<summary> <summary>
Time between the browser receives the notification of the first ScrollUpdate Time between the browser receives the notification of the first ScrollUpdate
gesture event in a given scroll gesture event sequence with touch source gesture event in a given scroll gesture event sequence with touch source
...@@ -746,8 +747,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -746,8 +747,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollBegin.Wheel.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollBegin.Wheel.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="2020-11-29"> units="microseconds" expires_after="2021-12-01">
<owner>flackr@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>input-dev@chromium.org</owner>
<summary> <summary>
Time between the browser receives the notification of the first ScrollUpdate Time between the browser receives the notification of the first ScrollUpdate
gesture event in a given scroll gesture event sequence with wheel source gesture event in a given scroll gesture event sequence with wheel source
...@@ -850,8 +852,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -850,8 +852,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollInertial.Touch.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollInertial.Touch.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="M80"> units="microseconds" expires_after="2021-12-01">
<owner>nzolghad@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>input-dev@chromium.org</owner>
<summary> <summary>
Time between the browser receives the notification of a ScrollUpdate gesture Time between the browser receives the notification of a ScrollUpdate gesture
generated from a touchscreen fling induced renderer swap and GPU starts to generated from a touchscreen fling induced renderer swap and GPU starts to
...@@ -1205,8 +1208,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1205,8 +1208,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollUpdate.Touch.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollUpdate.Touch.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="M85"> units="microseconds" expires_after="2021-12-01">
<owner>flackr@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>input-dev@chromium.org</owner>
<summary> <summary>
Time between the browser receives the notification of a ScrollUpdate gesture Time between the browser receives the notification of a ScrollUpdate gesture
event with touch source induced renderer swap and GPU starts to swap. event with touch source induced renderer swap and GPU starts to swap.
...@@ -1310,8 +1314,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1310,8 +1314,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Event.Latency.ScrollUpdate.Wheel.BrowserNotifiedToBeforeGpuSwap2" name="Event.Latency.ScrollUpdate.Wheel.BrowserNotifiedToBeforeGpuSwap2"
units="microseconds" expires_after="2020-12-06"> units="microseconds" expires_after="2021-12-01">
<owner>flackr@chromium.org</owner> <owner>flackr@chromium.org</owner>
<owner>input-dev@chromium.org</owner>
<summary> <summary>
Time between the browser receives the notification of a ScrollUpdate gesture Time between the browser receives the notification of a ScrollUpdate gesture
event with wheel source induced renderer swap and GPU starts to swap. event with wheel source induced renderer swap and GPU starts to swap.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment