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

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

Issue 370273002: Drop the PLT.StartToFinish.(Proxy / NoProxy) histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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 | « chrome/renderer/page_load_histograms.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 92633c2addce32986ea90b051fa7ce9e593d6f3c..f486f5bf258a35af4f348869b6f7ca23551d3438 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21704,21 +21704,33 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="PLT.StartToFinish.NoProxy.http">
+ <obsolete>
+ Deprecated as of 07/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>StartToFinish times when using http and no proxy.</summary>
</histogram>
<histogram name="PLT.StartToFinish.NoProxy.https">
+ <obsolete>
+ Deprecated as of 07/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>StartToFinish times when using https and no proxy.</summary>
</histogram>
<histogram name="PLT.StartToFinish.Proxy.http">
+ <obsolete>
+ Deprecated as of 07/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>StartToFinish times when using http over a proxy.</summary>
</histogram>
<histogram name="PLT.StartToFinish.Proxy.https">
+ <obsolete>
+ Deprecated as of 07/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>StartToFinish times when using https over a proxy.</summary>
</histogram>
« no previous file with comments | « chrome/renderer/page_load_histograms.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698