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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2824513003: Add one more histogram to log how many Request are still pending when (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 9cf7ba5aebd3f9406cf767aa2e937d1893b06a8d..1f33f0cf17d6b810dff3d837b7a5966779182ff9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34922,6 +34922,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>This counts number of main jobs which are still alive.</summary>
</histogram>
+<histogram name="Net.JobControllerSet.CountOfPendingRequest" units="requests">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ This counts number of HttpStreamFactoryImpl::Request which are still alive.
+ </summary>
+</histogram>
+
<histogram name="Net.JobControllerSet.CountOfPreconnect"
units="job_controllers">
<owner>zhongyi@chromium.org</owner>
« net/http/http_stream_factory_impl.cc ('K') | « net/http/http_stream_factory_impl_job_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698