Home
last modified time | relevance | path

Searched refs:client_start_time (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load.h170 std::chrono::steady_clock::time_point client_start_time; member
H A Dh2load.cc1524 if (recorded(cstat.client_start_time)) { in record_client_start_time()
1528 cstat.client_start_time = std::chrono::steady_clock::now(); in record_client_start_time()
1532 // Unlike client_start_time, we overwrite client_end_time. This in record_client_end_time()
1792 if (recorded(cstat.client_start_time) && in process_time_stats()
1795 cstat.client_end_time - cstat.client_start_time) in process_time_stats()

Completed in 6 milliseconds