| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8d5d8484da3803a1669048a982df53e78b930d87..ac8205f3dee876616a36ec9bfe170873bf30fc72 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13511,6 +13511,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Download.BandwidthWithoutParallelStreamsBytesPerSecond"
|
| units="bytes/second">
|
| + <obsolete>
|
| + Deprecated April 2017.
|
| + </obsolete>
|
| <owner>qinmin@chromium.org</owner>
|
| <summary>
|
| For parallel downloading, average disk bandwidth seen when only 1 stream is
|
| @@ -13522,6 +13525,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Download.BandwidthWithParallelStreamsBytesPerSecond"
|
| units="bytes/second">
|
| + <obsolete>
|
| + Deprecated April 2017.
|
| + </obsolete>
|
| <owner>qinmin@chromium.org</owner>
|
| <summary>
|
| For parallel downloading, average disk bandwidth seen when parallel streams
|
| @@ -14049,6 +14055,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram base="true" name="Download.ParallelizableDownloadBandwidth"
|
| + units="bytes/second">
|
| + <owner>qinmin@chromium.org</owner>
|
| + <summary>
|
| + For parallelizable download, average disk bandwidth seen for different
|
| + settings. If a download was ever paused, this is not recorded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Download.PotentialBandwidth" units="Bytes/second">
|
| <obsolete>
|
| Deprecated January 2017.
|
| @@ -123355,7 +123370,7 @@ from previous Chrome versions.
|
|
|
| <histogram_suffixes name="ParallelDownload" separator=".">
|
| <suffix name="ParallelDownload"
|
| - label="Download that supports parallel requests."/>
|
| + label="Download that uses parallel requests."/>
|
| <affected-histogram name="Download.Counts"/>
|
| <affected-histogram name="Download.InterruptedAtEndReason"/>
|
| <affected-histogram name="Download.InterruptedOverrunBytes"/>
|
| @@ -123365,6 +123380,25 @@ from previous Chrome versions.
|
| <affected-histogram name="Download.InterruptedUnderrunBytes"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="ParallelizableDownload" separator=".">
|
| + <suffix name="ParallelizableDownload"
|
| + label="Download that supports but doesn't use parallel requests."/>
|
| + <affected-histogram name="Download.Counts"/>
|
| +</histogram_suffixes>
|
| +
|
| +<histogram_suffixes name="ParallelizableDownloadBandwidth" separator=".">
|
| + <suffix name="WithParallelRequestsSingleStream"
|
| + label="Bandwidth when only a single stream is active while using
|
| + parallel requests. Other streams are either finished or haven't
|
| + started."/>
|
| + <suffix name="WithParallelRequestsMultipleStreams"
|
| + label="Bandwidth when multiple streams are active while using parallel
|
| + requests."/>
|
| + <suffix name="WithoutParallelRequests"
|
| + label="Bandwidth without using parallel requests."/>
|
| + <affected-histogram name="Download.ParallelizableDownloadBandwidth"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="PasswordCustomPassphrase" separator=".">
|
| <suffix name="WithCustomPassphrase"/>
|
| <suffix name="WithoutCustomPassphrase"/>
|
|
|