Commit da1b6dcb authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

[metrics] Extend the expiry date for smoothness metrics.

Extend the expiry date of the various smoothness metrics until Q3 2021.

BUG=1149467

Change-Id: Idacec5d27b8875fa25895b98c1d33c91900b7d2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543372
Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828493}
parent 245a7cd5
...@@ -5917,7 +5917,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -5917,7 +5917,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentDroppedFrames" units="%" <histogram name="Graphics.Smoothness.PercentDroppedFrames" units="%"
expires_after="2020-12-31"> expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner> <owner>graphics-dev@chromium.org</owner>
<summary> <summary>
...@@ -5938,7 +5938,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -5938,7 +5938,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentDroppedFrames.AllAnimations" <histogram name="Graphics.Smoothness.PercentDroppedFrames.AllAnimations"
units="%" expires_after="2021-05-09"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>ericrk@chromium.org</owner> <owner>ericrk@chromium.org</owner>
<summary> <summary>
...@@ -5959,7 +5959,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -5959,7 +5959,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentDroppedFrames.AllInteractions" <histogram name="Graphics.Smoothness.PercentDroppedFrames.AllInteractions"
units="%" expires_after="2021-05-09"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>ericrk@chromium.org</owner> <owner>ericrk@chromium.org</owner>
<summary> <summary>
...@@ -5980,7 +5980,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -5980,7 +5980,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentDroppedFrames.AllSequences" <histogram name="Graphics.Smoothness.PercentDroppedFrames.AllSequences"
units="%" expires_after="2021-05-09"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>ericrk@chromium.org</owner> <owner>ericrk@chromium.org</owner>
<summary> <summary>
...@@ -5999,7 +5999,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -5999,7 +5999,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram base="true" name="Graphics.Smoothness.PercentMissedDeadlineFrames" <histogram base="true" name="Graphics.Smoothness.PercentMissedDeadlineFrames"
units="%" expires_after="2020-12-31"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner> <owner>graphics-dev@chromium.org</owner>
<summary> <summary>
...@@ -6018,7 +6018,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -6018,7 +6018,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllAnimations" <histogram name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllAnimations"
units="%" expires_after="2020-12-31"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner> <owner>graphics-dev@chromium.org</owner>
<summary> <summary>
...@@ -6038,7 +6038,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -6038,7 +6038,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllInteractions" name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllInteractions"
units="%" expires_after="2020-12-31"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner> <owner>graphics-dev@chromium.org</owner>
<summary> <summary>
...@@ -6057,7 +6057,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -6057,7 +6057,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllSequences" <histogram name="Graphics.Smoothness.PercentMissedDeadlineFrames.AllSequences"
units="%" expires_after="2021-03-28"> units="%" expires_after="2021-09-30">
<owner>sadrul@chromium.org</owner> <owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner> <owner>graphics-dev@chromium.org</owner>
<summary> <summary>
......
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