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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2891393002: [scheduler] Discard anomalously long tasks and bump metrics version. (Closed)
Patch Set: 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3ea78b99b6b12ddc35d6b4c01a7be89c01308b16..98a77fc1d0d90fb0df5b7048899c80acb93c5300 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59035,7 +59035,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="RendererScheduler.BackgroundRendererMainThreadLoad" units="%">
+<histogram name="RendererScheduler.BackgroundRendererMainThreadLoad2" units="%">
<owner>altimin@chromium.org</owner>
<summary>
Renderer main thread load when renderer is backgrounded, i.e. percentage of
@@ -59056,7 +59056,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="RendererScheduler.ForegroundRendererMainThreadLoad" units="%">
+<histogram name="RendererScheduler.ForegroundRendererMainThreadLoad2" units="%">
<owner>altimin@chromium.org</owner>
<summary>
Renderer main thread load when renderer is foregrounded, i.e. percentage of
@@ -59068,7 +59068,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="RendererScheduler.NumberOfTasksPerQueueType"
+<histogram name="RendererScheduler.NumberOfTasksPerQueueType2"
enum="RendererSchedulerTaskQueueType">
<owner>altimin@chromium.org,alexclarke@chromium.org</owner>
<summary>
@@ -59078,7 +59078,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="RendererScheduler.TaskDurationPerQueueType"
+<histogram name="RendererScheduler.TaskDurationPerQueueType2"
enum="RendererSchedulerTaskQueueType" units="ms">
<owner>altimin@chromium.org,alexclarke@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698