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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c161 static isc_uint64_t time_of_end_of_run; variable
388 isc_uint64_t run_time = time_of_end_of_run - time_of_program_start;
700 time_of_end_of_run = time_now;
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c201 struct timeval time_of_end_of_run; variable in typeref:struct:timeval
2148 time_of_end_of_run.tv_sec = 0;
2149 time_of_end_of_run.tv_usec = 0;
2222 set_timenow(&time_of_end_of_run);
2232 &time_of_end_of_run, &time_of_stop_sending,

Completed in 473 milliseconds