| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 746f5abba33d213075bffbb7728c377dc27a8613..4f3f4fffc9a31e7b963a9712909065285be122fe 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -22638,6 +22638,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Net.RequestTime">
|
| <owner>rdsmith@chromium.org</owner>
|
| + <obsolete>
|
| + Replaced by Net.RequestTime2 due to bug in original implementation.
|
| + </obsolete>
|
| + <summary>
|
| + The amount of time between request initiation and request completion for
|
| + success and various different errors.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.RequestTime2">
|
| + <owner>rdsmith@chromium.org</owner>
|
| <summary>
|
| The amount of time between request initiation and request completion for
|
| success and various different errors.
|
| @@ -72825,6 +72836,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <suffix name="MiscError" label="Uncategorized error"/>
|
| <suffix name="Success" label="Success"/>
|
| <affected-histogram name="Net.RequestTime"/>
|
| + <affected-histogram name="Net.RequestTime2"/>
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="NetworkErrors" separator=".">
|
|
|