Searched refs:elapsed_ns (Results 1 – 6 of 6) sorted by relevance
133 unsigned long long elapsed_ns, elapsed_tb; in main() local145 elapsed_ns = (tv_now.tv_sec - tv_start.tv_sec) * 1000000000ULL + in main()149 printf("%10.2f ns %10.2f cycles\n", (float)elapsed_ns / NR_LOOPS, in main()
238 elapsed = event.elapsed_ns / 1000000 if args.milliseconds else \239 event.elapsed_ns / 1000
153 uint64_t elapsed_ns = end - start; in benchmark() local154 uint64_t elapsed_ms = elapsed_ns / 1000000; in benchmark()
152 uint64_t elapsed_ns = end - start; in benchmark() local153 uint64_t elapsed_ms = elapsed_ns / 1000000; in benchmark()
341 auto elapsed_ns = event.end_time_ns - event.start_time_ns; in Flush() local342 ns->set_op_end_rel_micros(elapsed_ns / 1000); in Flush()343 ns->set_all_end_rel_micros(elapsed_ns / 1000); in Flush()
2148 uint64_t elapsed_ns; in chamelium_autodiscover() local2259 elapsed_ns = igt_nsec_elapsed(&start); in chamelium_autodiscover()2261 (float) elapsed_ns / (1000 * 1000)); in chamelium_autodiscover()