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

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

Issue 225583009: Add Net.CertVerifier_First_Job_Latency metric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d9fcfa784509e970ab671816f522ef5992c3b335..1689c51a6af8f3e48d1041a2de6f535163cedf73 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10559,6 +10559,18 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.CertVerifier_First_Job_Latency" units="milliseconds">
+ <owner>davidben@chromium.org</owner>
+ <summary>
+ The actual amount of time spent verifying a certificate using the underlying
+ cryptographic APIs. Because parallel verifications for the same certificate
+ may be coalesced, histograms such as Net.SSLCertVerificationTime may be
+ skewed, due to later verifications taking less overall time. This records
+ the overall time spent verifying the first job to capture initialization
+ costs.
+ </summary>
+</histogram>
+
<histogram name="Net.CertVerifier_Job_Latency" units="milliseconds">
<owner>rsleevi@chromium.org</owner>
<summary>
« net/cert/multi_threaded_cert_verifier.cc ('K') | « net/cert/multi_threaded_cert_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698