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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2828733003: Add UMA for number of outstanding requests in ResourceDispatcherHostImpl (Closed)
Patch Set: Created 3 years, 8 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 1ab43ba4ac96b04d3adebe858532cb222c2ad8f9..03b48cea03af6d1de4906de15c660cc865ee1760 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37202,6 +37202,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.ResourceDispatcherHost.OutstandingRequests.PerProcess"
+ units="requests">
+ <owner>xunjieli@chromium.org</owner>
+ <summary>
+ The largest number of outstanding requests that are handled by the resource
+ dispatcher host for a single process.
+ </summary>
+</histogram>
+
+<histogram name="Net.ResourceDispatcherHost.OutstandingRequests.Total"
+ units="requests">
+ <owner>xunjieli@chromium.org</owner>
+ <summary>
+ The largest number of outstanding requests that are handled by the resource
+ dispatcher host across all processes.
+ </summary>
+</histogram>
+
<histogram name="Net.ResourceLoader.ExpectedContentSizeResult"
enum="ResourceLoaderExpectedContentSizeResult">
<owner>maksim.sisov@intel.com</owner>

Powered by Google App Engine
This is Rietveld 408576698