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

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: fix mock_renderer_scheduler 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
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h ('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 838f9a1a91e81d15901f82eda0d30fb439f55296..ee0f8edf947b55e00d662663df3fa22b2d639ce4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60117,6 +60117,25 @@ 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 (or max queueing time)
+ between when user starts navigation and user navigates away. Navigate-away
+ is defined as a fast shutdown or a natural ending of renderer, or the new
+ navigation start which replacing the old navigation.
+
+ The queueing time is estimated on a sliding window basis. The width of the
+ sliding window is 1 second, the sliding step being 50ms. The max queueing
+ time keeps track of the largest queueing time on each slide.
+
+ This metric resets itself at navigation start, updates the max of queueing
+ time with the sliding window moving, reports the max queueing times to the
+ histogram at the next navigation start of the same or different renderer
+ process.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.NumberOfTasksPerQueueType"
enum="RendererSchedulerTaskQueueType">
<obsolete>
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698