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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c117 isc_uint64_t stop_time; member in struct:__anon56
592 while (!interrupted && now < times->stop_time) {
1129 times.stop_time = times.start_time + config.timelimit;
1131 times.stop_time = ISC_UINT64_MAX;
1132 times.stop_time_ns.tv_sec = times.stop_time / MILLION;
1133 times.stop_time_ns.tv_nsec = (times.stop_time % MILLION) * 1000;
1143 times.stop_time - times.start_time);

Completed in 21 milliseconds