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

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

Issue 1898233002: Report expected task queueing time via UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: RenderSchedulerImpl owns all the things. Created 4 years, 5 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 050453ff4e847a3950996a459419d85e35442550..63f57dbbeb1f7fe8da45ef56aeaf794bab8b21f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45773,6 +45773,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.ExpectedTaskQueueingDuration" units="ms">
+ <owner>tdresser@chromium.org</owner>
+ <summary>
+ The estimated queueing duration which would be observed for additional high
+ priority tasks posted to the RendererScheduler. Recorded for each N ms
+ window.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness"
units="ms">
<owner>alexclarke@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698