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> |