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

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

Issue 692723002: Add histograms to gather ResourceScheduler information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Second round of comments. Created 6 years, 1 month 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 514cf0cf09e654416b7c0f46af4c2d04f2b2d559..6dc7b306ae22059329e96c7096f455891d202cee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28071,6 +28071,56 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ResourceScheduler.RequestTimeDeferred_Active">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time the ResourceScheduler is throttling a request after
+ WillStartRequest is called in a user-observable client.
+ </summary>
+</histogram>
+
+<histogram name="ResourceScheduler.RequestTimeDeferred_Background">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time the ResourceScheduler is throttling a request after
+ WillStartRequest is called in a background client.
+ </summary>
+</histogram>
+
+<histogram name="ResourceScheduler.RequestTimeDeferred_Other">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time the ResourceScheduler is throttling a request after
+ WillStartRequest is called on a request without a Client or a request in a
+ Client which has switched states since the request was made.
+ </summary>
+</histogram>
+
+<histogram name="ResourceScheduler.RequestTimeThrottled_Active">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time between when the request was created and when the
+ ResourceScheduler stops throttling the request in a user-observable client.
+ </summary>
+</histogram>
+
+<histogram name="ResourceScheduler.RequestTimeThrottled_Background">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time between when the request was created and when the
+ ResourceScheduler stops throttling the request in a background client.
+ </summary>
+</histogram>
+
+<histogram name="ResourceScheduler.RequestTimeThrottled_Other">
+ <owner>aiolos@chromium.org</owner>
+ <summary>
+ The amount of time between when the request was created and when the
+ ResourceScheduler stops throttling a request in a Client which has switched
+ states since the request was made or a request without a Client.
mmenke 2014/11/03 19:01:20 optional: Worth mentioning this isn't perfectly a
aiolos (Not reviewing) 2014/11/03 20:16:02 I think it would be worthwhile putting it in both
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.EnabledSettingChanged" enum="BooleanEnabled">
<owner>feng@chromium.org</owner>
<summary>
« 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