/external/blktrace/btt/ |
D | p_live.c | 32 __u64 t_start, t_end; member 149 if (gip->t_end < 0.0 || plp->ct > gip->t_end) in p_live_visit() 150 gip->t_end = plp->ct; in p_live_visit() 164 .t_end = 0.0, in p_live_get() 182 double t_time = BIT_TIME(gi.t_end - gi.t_start); in p_live_get()
|
/external/skia/src/compute/hs/cl/ |
D | hs_cl.c | 154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile() local 168 &t_end, in hs_state_wait_list_profile() 171 state->t_total += t_end - t_start; in hs_state_wait_list_profile() 185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile() local 168 &t_end, in hs_state_wait_list_profile() 171 state->t_total += t_end - t_start; in hs_state_wait_list_profile() 185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
|
/external/skia/src/compute/hs/cl/bench/ |
D | main.c | 436 cl_ulong t_start=0, t_end=0; in hs_bench() local 449 &t_end, in hs_bench() 452 cl_ulong const t = t_end - t_start; in hs_bench()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 258 base::TimeNanos t_end = t_start; in PrintQueryResultInteractively() local 270 t_end = base::GetWallTimeNs(); in PrintQueryResultInteractively() 305 printf("\nQuery executed in %.3f ms\n\n", (t_end - t_start).count() / 1E6); in PrintQueryResultInteractively()
|
D | trace_processor_impl.cc | 382 base::TimeNanos t_end = base::GetWallTimeNs(); in ~IteratorImpl() local 384 sql_stats->RecordQueryEnd(sql_stats_row_, t_end.count()); in ~IteratorImpl()
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | spd_sdram.c | 880 unsigned long t_start, t_end; in ddr_enable_ecc() local 901 t_end = get_tbms(); in ddr_enable_ecc() 905 debug("ddr init duration: %ld ms\n", t_end - t_start); in ddr_enable_ecc()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 436 cl_ulong t_start=0, t_end=0; in hs_bench() local 449 &t_end, in hs_bench() 452 cl_ulong const t = t_end - t_start; in hs_bench()
|
/external/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 | 552 struct timeval t_start, t_end; in migrate_process() local 636 gettimeofday(&t_end, NULL); in migrate_process() 639 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 1072 t_begin, t_end = time_row[0] 1074 delta = t_end - t_begin
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 5095 const double t_end = current_time_in_seconds(); in benchmark() local 5096 const double elapsed = t_end - t_start; in benchmark()
|