• vadimt's avatar
    Instrumenting SSL_do_handshake and UpdateServerCert to find jank. · 5a24328a
    vadimt authored
    Last instrumentations showed that:
    SSL_do_handshake call is 17 jph (I mean janks per startup-hour)
    This excludes all callbacks that SSL_do_handshake can invoke.
    
    SSLClientSocketOpenSSL::UpdateServerCert is 5.8 jph.
    
    Adding instrumentations to differentiate the cert from no-cert cases.
    Also instrumenting SSLClientSocketOpenSSL::UpdateServerCert.
    
    BUG=424386
    
    Review URL: https://codereview.chromium.org/787913003
    
    Cr-Commit-Position: refs/heads/master@{#309590}
    5a24328a
ssl_client_socket_openssl.cc 69.5 KB