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

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

Issue 667683004: QUIC - Added Net.QuicServerInfo.DiskCacheWaitForDataReadyTime to measure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « net/quic/quic_stream_factory.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 83839e40d228618760d0f2a79b0bf537b2462709..8f9951027fcfab529a91aba50711e21071db6ccc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17186,10 +17186,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.QuicServerInfo.DiskCacheReadTime" units="milliseconds">
+ <obsolete>
+ Deprecated as of 10/2014. Replaced by DiskCacheWaitForDataReadyTime.
+ </obsolete>
<owner>rch@chromium.org</owner>
<summary>Time spent to load QUIC server information from disk cache.</summary>
</histogram>
+<histogram name="Net.QuicServerInfo.DiskCacheWaitForDataReadyTime"
+ units="milliseconds">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ Time spent waiting to load QUIC server information from disk cache.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.21CumulativePacketsReceived"
units="Received in Ranges">
<owner>rch@chromium.org</owner>
« no previous file with comments | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698