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

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

Issue 2704243003: Do not schedule to load pending startable request on RemoveRequest (Closed)
Patch Set: remove unused code 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
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('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 bd49ede6217e7940e14c9fd61d46207a16188509..f6ca0481b16265fa46a003e5e6f11f46311eaf1d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56168,6 +56168,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourceScheduler.NumSkippedScans.ScheduleStart"
+ units="requests">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of LoadAnyStartablePendingRequests scans that were skipped due to
+ smarter task scheduling around reprioritization.
+ </summary>
+</histogram>
+
<histogram name="ResourceScheduler.RequestTimeDeferred.Active">
<obsolete>
Deprecated 1/2016
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698