Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dh2load.cc154 bool Config::is_timing_based_mode() const { return (this->duration > 0); } in is_timing_based_mode() function in h2load::Config
270 if (worker->config->is_timing_based_mode()) { in rate_period_timeout_w_cb()
278 if (!worker->config->is_timing_based_mode()) { in rate_period_timeout_w_cb()
364 nreq = config.is_timing_based_mode() ? std::max(nreq, client->req_left) in rps_cb()
610 if (!worker->config->is_timing_based_mode() || in connect()
775 if (!worker->config->is_timing_based_mode()) { in submit_request()
1202 auto nreq = config.is_timing_based_mode() in connection_made()
1568 if (!config->is_rate_mode() && !config->is_timing_based_mode()) { in Worker()
1580 if (config->is_timing_based_mode()) { in Worker()
1597 if (config->is_timing_based_mode()) { in Worker()
[all...]
H A Dh2load.h146 bool is_timing_based_mode() const;

Completed in 4 milliseconds