Home
last modified time | relevance | path

Searched refs:t_end (Results 1 – 12 of 12) sorted by relevance

/external/blktrace/btt/
Dp_live.c32 __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/
Dhs_cl.c154 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/
Dhs_cl.c154 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/
Dmain.c436 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/
Dtrace_processor_shell.cc258 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()
Dtrace_processor_impl.cc382 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/
Dspd_sdram.c880 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/
Dmain.c436 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/
Dsegment.c678 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()
Dcommands.c552 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/
Dscheduler_models.py1072 t_begin, t_end = time_row[0]
1074 delta = t_end - t_begin
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc5095 const double t_end = current_time_in_seconds(); in benchmark() local
5096 const double elapsed = t_end - t_start; in benchmark()