Support logging ssl_handshake_processing_time for QUIC as well.

The purpose of this is to measure time taken by the GFE for the SSL handshake, not including time waiting for the client. I.e., it's just the aggregate time in the GFE process for the handshake.

I wasn't sure what the the best approach is, so please let me know if tracking this time in a different place would be better.

PiperOrigin-RevId: 379360130
1 file changed
tree: a69d7887343d511068f27721329a6fa2135ec6a6
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.