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

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

Issue 2704243003: Do not schedule to load pending startable request on RemoveRequest (Closed)
Patch Set: add histogram Created 3 years, 10 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 106cd8371e25362ba239bf9a16738be204e30b89..3c0d55cd3d1fa663a7a6e6639dfb043dbe226ed7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55940,6 +55940,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourceScheduler.NumSkippedRequestScans.ScheduleStart"
+ units="requests">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The upper bound of the number of individual requests the ResourceScheduler
+ skipped scanning due to smarter task coalescing in
+ ScheduleLoadAnyStartablePendingRequests.
+ </summary>
+</histogram>
+
<histogram name="ResourceScheduler.RequestTimeDeferred.Active">
<obsolete>
Deprecated 1/2016
« content/browser/loader/resource_scheduler.cc ('K') | « content/browser/loader/resource_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698