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