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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1543763003: QUIC - added histograms to measure time for proof verification. This is (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/crypto/proof_verifier_chromium.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 8dfbb36fe0a70f3469399dc7c9267b7c58f457b5..ebc058cea749f540ca01fcf175e5ac97e6272989 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26029,6 +26029,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<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.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.WriteError" enum="NetErrorCodes">
<owner>rch@chromium.org</owner>
<summary>
« no previous file with comments | « net/quic/crypto/proof_verifier_chromium.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698