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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2809453002: Add JobController/Job count to UMA histograms when the count hits limit (Closed)
Patch Set: address #23 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
« no previous file with comments | « net/http/http_stream_factory_impl.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 573a82fc85f79fa58b750b1d80785fba34266952..57a14fc39f5331be98986dc54ca6397e6f856e56 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34687,22 +34687,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.JobControllerSet.CountOfJobController"
+ units="job_controllers">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ This counts number of all the job controllers that are still alive if the
+ count is a multiple of 100: 100, 200, 300, etc.
+ </summary>
+</histogram>
+
+<histogram name="Net.JobControllerSet.CountOfJobControllerAtShutDown"
+ units="job_controllers">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ This counts number of all the job controllers that are still alive.
+ </summary>
+</histogram>
+
<histogram name="Net.JobControllerSet.CountOfNonPreconnectAltJob"
units="alt_jobs">
<owner>zhongyi@chromium.org</owner>
<summary>
- This counts number of alternative jobs which are still alive when
- HttpStreamFactory is destructed.
+ This counts number of alternative jobs which are still alive.
</summary>
</histogram>
<histogram name="Net.JobControllerSet.CountOfNonPreconnectMainJob"
units="main_jobs">
<owner>zhongyi@chromium.org</owner>
- <summary>
- This counts number of main jobs which are still alive when HttpStreamFactory
- is destructed.
- </summary>
+ <summary>This counts number of main jobs which are still alive.</summary>
</histogram>
<histogram name="Net.JobControllerSet.CountOfPreconnect"
@@ -34710,7 +34723,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>zhongyi@chromium.org</owner>
<summary>
This counts number of job controllers which are used for preconnect and are
- still alive when HttpStreamFactory is destructed.
+ still alive.
</summary>
</histogram>
« no previous file with comments | « net/http/http_stream_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698