Searched refs:MILLION (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dos.c74 tv.tv_sec = timeout / MILLION;
75 tv.tv_usec = timeout % MILLION;
116 tv.tv_sec = timeout / MILLION;
117 tv.tv_usec = timeout % MILLION;
H A Dutil.h30 #define MILLION ((isc_uint64_t) 1000000) macro
117 return tv.tv_sec * MILLION + tv.tv_usec;
H A Dresperf.c129 static isc_uint64_t wait_time = 40 * MILLION;
242 query_timeout = DEFAULT_TIMEOUT * MILLION;
243 ramp_time = DEFAULT_RAMP_TIME * MILLION;
244 sustain_time = DEFAULT_SUSTAIN_TIME * MILLION;
245 bucket_interval = DEFAULT_BUCKET_INTERVAL * MILLION;
413 (unsigned int)(run_time / MILLION),
414 (unsigned int)(run_time % MILLION));
422 b->responses / (bucket_interval / (double) MILLION);
570 latency = (time_now - q->sent_timestamp) / (double)MILLION;
605 (ramp_time * MILLION);
[all...]
H A Ddnsperf.c232 (unsigned int)(config->timelimit / MILLION),
233 (unsigned int)(config->timelimit % MILLION));
320 (unsigned int)(run_time / MILLION),
321 (unsigned int)(run_time % MILLION));
323 SAFE_DIV(stats->num_completed, (((double)run_time) / MILLION)));
329 (unsigned int)(latency_avg / MILLION),
330 (unsigned int)(latency_avg % MILLION),
331 (unsigned int)(stats->latency_min / MILLION),
332 (unsigned int)(stats->latency_min % MILLION),
333 (unsigned int)(stats->latency_max / MILLION),
[all...]
H A Dopt.c154 return MILLION * atof(str);

Completed in 2325 milliseconds