Searched defs:timelimit (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c99 isc_uint64_t timelimit; member in struct:__anon55
230 if (config->timelimit)
232 (unsigned int)(config->timelimit / MILLION),
233 (unsigned int)(config->timelimit % MILLION));
234 if (config->timelimit && config->maxruns)
435 perf_opt_add('l', perf_opt_timeval, "timelimit",
437 &config->timelimit);
480 if (config->maxruns == 0 && config->timelimit == 0)
1128 if (config.timelimit > 0)
1129 times.stop_time = times.start_time + config.timelimit;
[all...]

Completed in 15 milliseconds