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

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: Fix windows compilation 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
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 75f16fdd33e2dc9286685a4235553e439a553fba..2f9de51a32b374977c38202013d4b19b78be97aa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47574,6 +47574,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.BackgroundRendererMainThreadLoad" units="%">
+ <owner>altimin@chromium.org</owner>
+ <summary>
+ Renderer main thread load when renderer is backgrounded, i.e. percentage of
+ time spent on running tasks.
+
+ This metric is emitted when the renderer main thread task is completed or
+ renderer is backgrounded or foregrounded, at most once per second per
+ renderer amortized.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.ExpectedTaskQueueingDuration" units="ms">
<owner>tdresser@chromium.org</owner>
<summary>
@@ -47583,6 +47595,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.ForegroundRendererMainThreadLoad" units="%">
+ <owner>altimin@chromium.org</owner>
+ <summary>
+ Renderer main thread load when renderer is foregrounded, i.e. percentage of
+ time spent on running tasks.
+
+ This metric is emitted when the renderer main thread task is completed or
+ renderer is backgrounded or foregrounded, at most once per second per
+ renderer amortized.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness"
units="ms">
<owner>alexclarke@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698