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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1898233002: Report expected task queueing time via UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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
« no previous file with comments | « components/scheduler/scheduler.gypi ('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 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
Ilya Sherman 2016/07/06 22:53:34 what is N?
tdresser 2016/07/07 13:38:17 1000, done.
+ window.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.TaskQueueManager.DelayedTaskLateness"
units="ms">
<owner>alexclarke@chromium.org</owner>
« no previous file with comments | « components/scheduler/scheduler.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698