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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2890173002: EQT: Record the max queueing time from navigation start to navigation away (Closed)
Patch Set: add a single thread and multi-thread test Created 3 years, 6 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 5dd2ae332ea5a4105c9dfcc6585d4d2024a735c4..418f95a7cdeb3cced1f879c579391e1db698a011 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59361,6 +59361,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.MaxQueueingTime" units="ms">
+ <owner>maxlg@chromium.org</owner>
+ <summary>
+ The single maximum estimated queueing duration between when user start
+ navigation and user navigate away.
tdresser 2017/05/30 13:34:44 Mention the way the window works, and the current
Liquan (Max) Gu 2017/05/30 19:57:20 Done.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.NumberOfTasksPerQueueType"
enum="RendererSchedulerTaskQueueType">
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698