Home
last modified time | relevance | path

Searched refs:connect_start_time (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dh2load.h182 std::chrono::steady_clock::time_point connect_start_time; member
Dh2load.cc1499 cstat.connect_start_time = std::chrono::steady_clock::now(); in record_connect_start_time()
1515 cstat.connect_start_time = std::chrono::steady_clock::time_point(); in clear_connect_times()
1802 if (!recorded(cstat.connect_start_time) || in process_time_stats()
1809 cstat.connect_time - cstat.connect_start_time) in process_time_stats()
1818 cstat.ttfb - cstat.connect_start_time) in process_time_stats()