Searched defs:diff_time (Results 1 – 6 of 6) sorted by relevance
6 long long diff_time(struct timespec *start, struct timespec *end) in diff_time() function
106 nsec_t s_time, e_time, diff_time; in main() local
473 struct iperf_time diff_time; in iperf_run_client() local
430 struct iperf_time diff_time; in iperf_run_server() local
618 time_t start_time, current_time, diff_time; in do_parent() local
270 void AddSample(double encode_time, double diff_time) { in AddSample()