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

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

Issue 1566623002: QUIC - Track how long proof verification takes when cached server config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 4 years, 11 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_crypto_client_stream.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 8edba605650c584b134a7fddb92a1fb7122f4d70..488120dc86d6efa13b47f4ff3af710f478f90d9a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26097,15 +26097,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.VerifyProofTime" units="milliseconds">
<owner>rtenneti@chromium.org</owner>
<summary>
- Time spent verifying the signature and certificate chain of a server.
- </summary>
-</histogram>
-
-<histogram name="Net.QuicSession.VerifyProofTime.google" units="milliseconds">
- <owner>rtenneti@chromium.org</owner>
- <summary>
- Time spent verifying the signature and certificate chain for www.google.com
- server.
+ Time spent verifying the signature and certificate chain. This is logged
+ whenever QUIC verifies the certificate chain and signature during crypto
+ handshake.
</summary>
</histogram>
@@ -84729,6 +84723,15 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Net.QuicSession.Connect"/>
</histogram_suffixes>
+<histogram_suffixes name="QuicSessionVerifyProofTime" separator=".">
+ <suffix name="" label="Verification time for a server."/>
+ <suffix name="google" label="Verification time for www.google.com server."/>
+ <suffix name="CachedServerConfig"
+ label="Verification time for a server when server config from cache is
+ used."/>
+ <affected-histogram name="Net.QuicSession.VerifyProofTime"/>
+</histogram_suffixes>
+
<histogram_suffixes name="RemoteProcessWarmStartFast" separator="">
<suffix name="" label="Normal start."/>
<suffix name="Fast"
« no previous file with comments | « net/quic/quic_crypto_client_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698