Searched refs:t_start (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/tools/ |
H A D | test.py | 218 t_start = time.time() 219 t_current = t_start 220 t_last_indication = t_start 221 t_current = t_start 230 if (t_current - t_start >= 2) and (t_current - t_last_indication >= 1): 232 printable_command_orange + indicator % int(t_current - t_start)) 250 printable_command += ' (took %d seconds)' % int(t_current - t_start)
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getaddrinfo.c | 70 time_t t_start, t_end; in getaddrinfo_ext() local 180 t_start = time(NULL); in getaddrinfo_ext() 187 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_COMMOM_FAIL, NULL, param); in getaddrinfo_ext() 232 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_SUCCESS, *res, param); in getaddrinfo_ext()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.c | 264 struct ureg_dst t_tex, t_start; in create_stage1_vert_shader() local 275 t_start = ureg_DECL_temporary(shader); in create_stage1_vert_shader() 307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in create_stage1_vert_shader() 309 calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width / 4); in create_stage1_vert_shader() 313 ureg_release_temporary(shader, t_start); in create_stage1_vert_shader() 398 struct ureg_dst t_start; in vl_idct_stage2_vert_shader() local 404 t_start = ureg_DECL_temporary(shader); in vl_idct_stage2_vert_shader() 421 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in vl_idct_stage2_vert_shader() 424 calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4); in vl_idct_stage2_vert_shader()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtest.c | 118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1463 t_misc += (t_stop - t_start); in test_one_file() 1464 t_start = t_stop; in test_one_file() 1504 t_decode += (t_stop - t_start); in test_one_file() 1505 t_start = t_stop; in test_one_file() 1510 t_encode += (t_stop - t_start); in test_one_file() 1511 t_start = t_stop; in test_one_file() 2108 t_misc += (t_stop - t_start); in main() 2109 t_start = t_stop; in main()
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 274 t_start = time.perf_counter() 298 spend_minutes = (t_end - t_start) / 60
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 678 struct timeval t_start, t_end; in segment_touch() local 707 gettimeofday(&t_start, NULL); in segment_touch() 712 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
|
H A D | commands.c | 554 struct timeval t_start, t_end; in migrate_process() local 629 gettimeofday(&t_start, NULL); in migrate_process() 641 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 2712 t_start = time.monotonic() 2724 self.assertGreater(time.monotonic() - t_start, 0.9)
|
Completed in 16 milliseconds