Home | History | Annotate | Download | only in ltp-aiodio

Lines Matching full:start_time

182 	struct timeval start_time;
418 runtime = time_since_now(&oper->start_time);
715 gettimeofday(&oper->start_time, NULL);
754 struct timeval start_time;
758 gettimeofday(&start_time, NULL);
761 calc_latency(&start_time, &stop_time, &t->io_submit_latency);