| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0c301efe5da8334ec432c60cc429f0a9e6ea67ac..cdb0f2ea352e991224843a2e72e0b007950a766a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14122,6 +14122,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>
|
| @@ -14143,6 +14151,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 actual total time of the download to the total time
|
| + without parallel streams. The total time without parallel streams is
|
| + calculated as the size of the file divided by the single stream bandwidth.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Download.ParallelDownloadAddStreamSuccess"
|
| enum="BooleanSuccess">
|
| <owner>xingliu@chromium.org</owner>
|
|
|