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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2265873004: [scheduler] Monitor renderer load level. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes according to comments Created 4 years, 3 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 75f16fdd33e2dc9286685a4235553e439a553fba..ed9c67cafa7554870cac3e6fba32f2afd7182df3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47574,6 +47574,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.BackgroundRendererLoad" units="%">
+ <owner>altimin@chromium.org</owner>
+ <summary>
+ Background renderer load level i.e. percentage of the time spent on running
+ tasks.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.ExpectedTaskQueueingDuration" units="ms">
<owner>tdresser@chromium.org</owner>
<summary>
@@ -47583,6 +47591,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.ForegroundRendererLoad" units="%">
+ <owner>altimin@chromium.org</owner>
+ <summary>
+ Foreground renderer load level i.e. percentage of the time spent on running
+ tasks.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness"
units="ms">
<owner>alexclarke@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698