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

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: flush hist in OnCommitProvitionalLoad 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 3cb4e1df495072edb9f3a50c9caa48d1d4a48e68..55a7c34208193a602ec8ddf952cf61b0dff8b5d2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59062,6 +59062,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.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.NumberOfTasksPerQueueType"
enum="RendererSchedulerTaskQueueType">
<owner>altimin@chromium.org,alexclarke@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698