Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dh2load.h282 size_t progress_interval; member
H A Dh2load.cc1569 progress_interval = std::max(static_cast<size_t>(1), req_todo / 10); in Worker()
1571 progress_interval = std::max(static_cast<size_t>(1), nclients / 10); in Worker()
1685 if (id != 0 || config->is_rate_mode() || stats.req_done % progress_interval || in report_progress()
1695 if (id != 0 || nconns_made % progress_interval) { in report_rate_progress()

Completed in 7 milliseconds