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

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: Skip recording fetch time when PAC URL has a data scheme. 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
« no previous file with comments | « net/proxy/proxy_script_fetcher_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4dbeb5115a0bbbeeec867d6f2fbe4cc7bb77e539..5035e1518e32fd37525ab10c061a381ef400b812 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.ProxyScriptFetchSuccessDuration" units="milliseconds">
Alexei Svitkine (slow) 2015/07/10 16:22:35 Nit: Optional suggestion: Name it: Net.ProxyScrip
+ <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
+ scripts.
+ </summary>
+</histogram>
+
<histogram name="Net.ProxyService.GetProxyUsingScriptTime"
units="100s of microseconds">
<owner>eroman@chromium.org</owner>
« no previous file with comments | « 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