| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cdb0f2ea352e991224843a2e72e0b007950a766a..d369a1ed98b4da9650bf1f60b98a79a7aa709666 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14177,6 +14177,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>
|
|
|