Commit 7418bc32 authored by Chris Hamilton's avatar Chris Hamilton Committed by Chromium LUCI CQ

Extend lifetime of some RendererScheduler histograms.

Catan team still uses these, and will be monitoring them in some upcoming experiments.

Change-Id: Id6cda68e5b47cd36b2249bea8cb04bce3dcc2116
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573461Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833772}
parent 79b4e301
...@@ -211,7 +211,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -211,7 +211,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="RendererScheduler.RendererMainThreadLoad5" units="%" <histogram name="RendererScheduler.RendererMainThreadLoad5" units="%"
expires_after="M85"> expires_after="M95">
<owner>altimin@chromium.org</owner> <owner>altimin@chromium.org</owner>
<summary> <summary>
Renderer main thread load (percentage of time spent in tasks), reported in Renderer main thread load (percentage of time spent in tasks), reported in
...@@ -372,7 +372,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -372,7 +372,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="RendererScheduler.TaskDurationPerTaskType2" <histogram name="RendererScheduler.TaskDurationPerTaskType2"
enum="RendererSchedulerTaskType" expires_after="M85"> enum="RendererSchedulerTaskType" expires_after="M95">
<owner>altimin@chromium.org</owner> <owner>altimin@chromium.org</owner>
<owner>hajimehoshi@chromium.org</owner> <owner>hajimehoshi@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