Searched refs:delta_usec (Results 1 – 3 of 3) sorted by relevance
139 unsigned long delta_usec; in child_thread() local213 delta_usec = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec; in child_thread()216 if (delta_usec) in child_thread()217 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()228 (double)delta_usec / 1000000.0, in child_thread()
20 __u64 delta_usec; member84 printf("Time: %lld us", gup.delta_usec); in main()
11 __u64 delta_usec; member51 gup->delta_usec = ktime_us_delta(end_time, start_time); in __gup_benchmark_ioctl()