Skip to content

Commit

Permalink
[histogram] Extend lifetime of some diagnostic metrics.
Browse files Browse the repository at this point in the history
Extend expiry dates for following metric:
 . Graphics.PresentationTimestamp.InvalidBeforeSwap
 . Graphics.PresentationTimestamp.InvalidFromFuture
 . Graphics.PresentationTimestamp.LargePresentationDelta

BUG=1167839

Change-Id: I5ae2de4e7611cda9bdd614a740737fb6acea1a2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2716168
Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org>
Commit-Queue: Brian White <bcwhite@chromium.org>
Reviewed-by: Brian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#857333}
  • Loading branch information
sadrulhc authored and Chromium LUCI CQ committed Feb 24, 2021
1 parent 9674fb4 commit 4d986db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/metrics/histograms/histograms_xml/others/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6254,7 +6254,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Graphics.PresentationTimestamp.InvalidBeforeSwap" units="ms"
expires_after="2021-03-01">
expires_after="2021-09-01">
<owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner>
<summary>
Expand All @@ -6267,7 +6267,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Graphics.PresentationTimestamp.InvalidFromFuture" units="ms"
expires_after="2021-03-01">
expires_after="2021-09-01">
<owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner>
<summary>
Expand All @@ -6279,7 +6279,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>

<histogram name="Graphics.PresentationTimestamp.LargePresentationDelta"
units="ms" expires_after="2021-03-01">
units="ms" expires_after="2021-09-01">
<owner>sadrul@chromium.org</owner>
<owner>graphics-dev@chromium.org</owner>
<summary>
Expand Down

0 comments on commit 4d986db

Please sign in to comment.