Home
last modified time | relevance | path

Searched refs:elapsed_ns (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c133 unsigned long long elapsed_ns, elapsed_tb; in main() local
145 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()
/external/bcc/tools/lib/
Dugc.py238 elapsed = event.elapsed_ns / 1000000 if args.milliseconds else \
239 event.elapsed_ns / 1000
/external/llvm-project/libc/AOR_v20.02/networking/test/
Dchksum.c153 uint64_t elapsed_ns = end - start; in benchmark() local
154 uint64_t elapsed_ms = elapsed_ns / 1000000; in benchmark()
/external/arm-optimized-routines/networking/test/
Dchksum.c152 uint64_t elapsed_ns = end - start; in benchmark() local
153 uint64_t elapsed_ms = elapsed_ns / 1000000; in benchmark()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc341 auto elapsed_ns = event.end_time_ns - event.start_time_ns; in Flush() local
342 ns->set_op_end_rel_micros(elapsed_ns / 1000); in Flush()
343 ns->set_all_end_rel_micros(elapsed_ns / 1000); in Flush()
/external/igt-gpu-tools/lib/
Digt_chamelium.c2148 uint64_t elapsed_ns; in chamelium_autodiscover() local
2259 elapsed_ns = igt_nsec_elapsed(&start); in chamelium_autodiscover()
2261 (float) elapsed_ns / (1000 * 1000)); in chamelium_autodiscover()