Searched refs:t_end (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/network/ |
D | getaddrinfo.c | 70 time_t t_start, t_end; in getaddrinfo_ext() local 185 t_end = time(NULL); in getaddrinfo_ext() 187 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_COMMOM_FAIL, NULL, ¶m); in getaddrinfo_ext() 232 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_SUCCESS, *res, ¶m); in getaddrinfo_ext()
|
/third_party/mesa3d/.gitlab-ci/bin/ |
D | ci_run_n_monitor.py | 297 t_end = time.perf_counter() variable 298 spend_minutes = (t_end - t_start) / 60
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 678 struct timeval t_start, t_end; in segment_touch() local 709 gettimeofday(&t_end, NULL); in segment_touch() 712 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
|
D | commands.c | 554 struct timeval t_start, t_end; in migrate_process() local 638 gettimeofday(&t_end, NULL); in migrate_process() 641 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|