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

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

Issue 637413007: Fix histogram names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep old affected histograms. Created 6 years, 2 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 | « no previous file | 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 f9cf99d7df9b2a71517452a2d7a5475955ca65fb..d93ef614ec68a43236f66284d24ceb1cfc8c5e61 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17944,6 +17944,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SpdyConnectionLatency" units="milliseconds">
+ <obsolete>
+ Replaced by Net.SpdyConnectionLatency_2 on 2014-10-21.
+ </obsolete>
+ <owner>rch@chromium.org</owner>
+ <summary>Time from when the Connect() starts until it completes.</summary>
+</histogram>
+
+<histogram name="Net.SpdyConnectionLatency_2" units="milliseconds">
<owner>rch@chromium.org</owner>
<summary>Time from when the Connect() starts until it completes.</summary>
</histogram>
@@ -18255,6 +18263,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SSL_Connection_Latency" units="milliseconds">
+ <obsolete>
+ Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
+ </obsolete>
+ <owner>agl@chromium.org</owner>
+ <summary>Time from when the Connect() starts until it completes.</summary>
+</histogram>
+
+<histogram name="Net.SSL_Connection_Latency_2" units="milliseconds">
<owner>agl@chromium.org</owner>
<summary>Time from when the Connect() starts until it completes.</summary>
</histogram>
@@ -18273,6 +18289,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SSL_Connection_Latency_Google" units="milliseconds">
+ <obsolete>
+ Replaced by Net.SSL_Connection_Latency_Google2 on 2014-10-21.
+ </obsolete>
+ <owner>agl@chromium.org</owner>
+ <summary>
+ Time from when the Connect() starts until it completes for google.com and
+ any subdomain of it.
+ </summary>
+</histogram>
+
+<histogram name="Net.SSL_Connection_Latency_Google2" units="milliseconds">
<owner>agl@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes for google.com and
@@ -57478,6 +57505,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="FalseStart_enabled"/>
<suffix name="FalseStart_disabled"/>
<affected-histogram name="Net.SSL_Connection_Latency"/>
+ <affected-histogram name="Net.SSL_Connection_Latency_2"/>
<affected-histogram name="PLT.BeginToFinish_LinkLoadNormal"/>
<affected-histogram name="PLT.BeginToFinish_NormalLoad"/>
</histogram_suffixes>
@@ -57486,7 +57514,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="Resume_Handshake" label="Session Resumption"/>
<suffix name="Full_Handshake" label="Full"/>
<affected-histogram name="Net.SSL_Connection_Latency"/>
+ <affected-histogram name="Net.SSL_Connection_Latency_2"/>
<affected-histogram name="Net.SSL_Connection_Latency_Google"/>
+ <affected-histogram name="Net.SSL_Connection_Latency_Google2"/>
</histogram_suffixes>
<histogram_suffixes name="StartupTimeBombAlarm" separator=".">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698