Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1863)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1224343002: Add Net.ProxyScriptFetchSuccessDuration UMA to record how long PAC script fetches take. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename UMA to Net.ProxyScriptFetcher.SuccessDuration Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>
« net/proxy/proxy_script_fetcher_impl.cc ('K') | « net/proxy/proxy_script_fetcher_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698