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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 193253002: QUIC - added a histogram to measure the impact of reading QUIC server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change to histogram name Created 6 years, 9 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 a39b44e53533ab381bb4fa559b2f07cbafa2106c..ee61dd94ca37c65711b5c888d27563716dff75fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10320,6 +10320,10 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.QuicServerInfo.DiskCacheReadTime" units="milliseconds">
wtc 2014/03/10 22:18:52 I agree milliseconds is the right time unit for th
ramant (doing other things) 2014/03/10 22:26:16 You are right. https://code.google.com/p/chromium
wtc 2014/03/10 23:08:30 Thanks, Raman. You pointed to the AddTime method o
+ <summary>Time spent to load QUIC server information from disk cache.</summary>
+</histogram>
+
<histogram name="Net.QuicSession.CloseSessionOnError" enum="NetErrorCodes">
<summary>
The network error code which resulted in the session being closed.
« 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