Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 42c2950aa23979e887c9020e93de5b4c8832031c..ee1da8f070c23720cf3565e23382e89c2eec2f31 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -14340,6 +14340,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram base="true" name="Download.Parallelizable.DownloadTime" units="ms"> |
| +<!-- Name completed by histogram_suffixes name="ParallelizableDownloadFileSize" --> |
| + |
| + <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> |
| @@ -90195,6 +90207,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <affected-histogram name="Download.ParallelizableDownloadBandwidth"/> |
| </histogram_suffixes> |
| +<histogram_suffixes name="ParallelizableDownloadFileSize" separator="."> |
| + <suffix name="0.5MB" |
| + label="Parallelizable download with file size between 0MB and 0.5MB."/> |
| + <suffix name="1MB" |
| + label="Parallelizable download with file size between 0.5MB and 1MB."/> |
| + <suffix name="3MB" |
| + label="Parallelizable download with file size between 1MB and 3MB."/> |
| + <suffix name="10MB" |
| + label="Parallelizable download with file size between 3MB and 10MB."/> |
| + <suffix name="50MB" |
| + label="Parallelizable download with file size between 10MB and 50MB."/> |
| + <suffix name="GT50MB" |
| + label="Parallelizable download with file size greater to 50MB."/> |
|
Ilya Sherman
2017/05/17 19:13:07
nit: s/greater to/greater than
|
| + <affected-histogram name="Download.Parallelizable.DownloadTime"/> |
| + <affected-histogram name="Download.ParallelizableDownloadBandwidth"/> |
| +</histogram_suffixes> |
| + |
| <histogram_suffixes name="PasswordCustomPassphrase" separator="."> |
| <suffix name="WithCustomPassphrase"/> |
| <suffix name="WithoutCustomPassphrase"/> |