Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.cc1759 auto client_times_sampling = false; in process_time_stats() local
1767 client_times_sampling = w->client_smp.n > w->stats.client_stats.size(); in process_time_stats()
1825 compute_time_stat(connect_times, client_times_sampling), in process_time_stats()
1826 compute_time_stat(ttfb_times, client_times_sampling), in process_time_stats()
1827 compute_time_stat(rps_values, client_times_sampling)}; in process_time_stats()