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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c160 static isc_uint64_t time_of_program_start; variable
365 isc_uint64_t sent_at = when - time_of_program_start;
388 isc_uint64_t run_time = time_of_end_of_run - time_of_program_start;
641 time_of_program_start = time_now;
655 time_of_program_start;
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c197 struct timeval time_of_program_start; variable in typeref:struct:timeval
1069 if (difftv(time_now, time_of_program_start)
2143 set_timenow(&time_of_program_start);
2231 &time_of_first_query, &time_of_program_start,

Completed in 31 milliseconds