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

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

Issue 2548613003: [HttpJob] Record bytes read for requests (Closed)
Patch Set: Created 4 years 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 1043e5631c3993d0e32a18ba3388cdb14f3014aa..80a8be48f8b2211b5dbebeeed102221134ab6af8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31248,6 +31248,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpJob.PrefilterBytesRead" units="bytes">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ Total prefilter (e.g., before decompression) bytes read for an HttpJob
+ request.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpJob.TotalTime" units="ms">
<owner>mmenke@chromium.org</owner>
<summary>
@@ -108430,6 +108438,12 @@ value.
<affected-histogram name="HttpCache.PercentBeforeSend"/>
</histogram_suffixes>
+<histogram_suffixes name="HttpJobBytes" separator=".">
+ <suffix name="Cache" label="For requests served from the cache."/>
+ <suffix name="Net" label="For requests served from the network."/>
+ <affected-histogram name="Net.HttpJob.PrefilterBytesRead"/>
+</histogram_suffixes>
+
<histogram_suffixes name="HttpPipeliningCompatibility">
<suffix name="disable_test" label="Do nothing"/>
<suffix name="enable_test" label="Test connection for HTTP pipelining"/>
« net/url_request/url_request_http_job.cc ('K') | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698