| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 42c2950aa23979e887c9020e93de5b4c8832031c..9395b35048107ac2ceac09e24acf1d344c66aaf7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14340,6 +14340,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Download.Parallelizable.DownloadTime" units="ms">
|
| + <owner>xingliu@chromium.org</owner>
|
| + <summary>The download time for a parallelizable download.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Download.Parallelizable.FileSize" units="KB">
|
| + <owner>xingliu@chromium.org</owner>
|
| + <summary>The download size of a parallelizable download.</summary>
|
| +</histogram>
|
| +
|
| <histogram base="true" name="Download.ParallelizableDownloadBandwidth"
|
| units="bytes/second">
|
| <owner>qinmin@chromium.org</owner>
|
|
|