Home
last modified time | relevance | path

Searched refs:connect_time (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib573.c43 double connect_time = 0.0; in test() local
98 curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time); in test()
99 if(connect_time < dbl_epsilon) { in test()
101 connect_time, dbl_epsilon); in test()
/third_party/nghttp2/src/
H A Dh2load.h184 std::chrono::steady_clock::time_point connect_time; member
H A Dh2load.cc1504 cstat.connect_time = std::chrono::steady_clock::now(); in record_connect_time()
1517 cstat.connect_time = std::chrono::steady_clock::time_point(); in clear_connect_times()
1804 !recorded(cstat.connect_time)) { in process_time_stats()
1810 cstat.connect_time - cstat.connect_start_time) in process_time_stats()

Completed in 6 milliseconds