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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2752193003: Add histograms to track the number of job controller and job that are (Closed)
Patch Set: address Helen's comments Created 3 years, 9 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 a9161fccf87273ba6849d47cc82dfe9844199e0b..455261d9f160b8423e828ae56f5ce87868ffd604 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33959,6 +33959,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.JobControllerSet.CountOfNonPreconnectAltJob"
+ units="alt_jobs">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>This counts number of alternative jobs which are uncleaned.</summary>
+</histogram>
+
+<histogram name="Net.JobControllerSet.CountOfNonPreconnectMainJob"
+ units="main_jobs">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>This counts number of main jobs which are uncleaned.</summary>
Alexei Svitkine (slow) 2017/03/20 15:51:58 Please expand these descriptions. Reading this se
Zhongyi Shi 2017/03/20 21:26:35 Done.
+</histogram>
+
+<histogram name="Net.JobControllerSet.CountOfPreconnect"
+ units="job_controllers">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ This counts number of job controllers which are used for preconnect and are
+ uncleaned.
+ </summary>
+</histogram>
+
<histogram name="Net.LoadPrefetch.Pattern" enum="PrefetchStatus">
<owner>droger@chromium.org</owner>
<owner>mattcary@chromium.org</owner>
« net/http/http_stream_factory_impl.cc ('K') | « 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