Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 4dbeb5115a0bbbeeec867d6f2fbe4cc7bb77e539..1dca12cad0b6101a8a8d96970496ac088c64c0d1 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -21765,6 +21765,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>The length of the URL that was passed into the PAC script.</summary> |
</histogram> |
+<histogram name="Net.ProxyScriptFetcher.SuccessDuration" units="milliseconds"> |
+ <owner>cbentzel@chromium.org</owner> |
+ <summary> |
+ The time taken to successfully fetch a PAC script. This does not include |
+ time spent doing proxy auto-discovery, or failed attempts at retrieiving PAC |
eroman
2015/07/13 21:39:04
typo: retrieiving --> retrieving
|
+ scripts. |
eroman
2015/07/13 21:39:04
Additionally, this does not include the time spent
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.ProxyService.GetProxyUsingScriptTime" |
units="100s of microseconds"> |
<owner>eroman@chromium.org</owner> |