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

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

Issue 2874603002: Add the metric to record percentage improvement for parallel download. (Closed)
Patch Set: Change bucket granularity. Created 3 years, 7 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 c309a7f5982044ec4d2c40b0c9ff24b8f1c21a95..21d401c17ce7b603673f47dde7044dbab7b4b23a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14149,6 +14149,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.ParallelDownload.BandwidthRatioPercentage" units="%">
+ <owner>xingliu@chromium.org</owner>
+ <summary>
+ Records the ratio of parallel streams bandwidth to single stream bandwidth
+ in parallel download.
+ </summary>
+</histogram>
+
<histogram name="Download.ParallelDownload.CreationEvent"
enum="ParallelDownloadCreationEvent">
<owner>xingliu@chromium.org</owner>
@@ -14170,6 +14178,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.ParallelDownload.TotalTimeRatioPercentage" units="%">
+ <owner>xingliu@chromium.org</owner>
+ <summary>
+ Records the ratio of the total time of download with parallel streams to
+ actual total time. The total time with parallel streams is calculated as the
+ size of the file divided by parallel streams bandwidth.
+ </summary>
+</histogram>
+
<histogram name="Download.ParallelDownloadAddStreamSuccess"
enum="BooleanSuccess">
<owner>xingliu@chromium.org</owner>
« content/browser/download/download_stats.cc ('K') | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698