Home | History | Annotate | Download | only in src

Lines Matching refs:time_end

2479   uint64 time_start, time_end;
2551 time_end = tv.tv_sec * 1000000ULL + tv.tv_usec;
2553 uint64 us_elapsed = time_end - time_start;