Searched defs:NanoTime (Results 1 - 4 of 4) sorted by relevance

/external/eigen/bench/tensors/
H A Dbenchmark_main.cc61 static int64_t NanoTime() { function
144 g_benchmark_start_time_ns = NanoTime();
151 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns;
198 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns;
204 g_benchmark_start_time_ns = NanoTime();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc352 u64 NanoTime() { function in namespace:__sanitizer
H A Dsanitizer_linux.cc381 u64 NanoTime() { function in namespace:__sanitizer
H A Dsanitizer_win.cc397 u64 NanoTime() { function in namespace:__sanitizer

Completed in 147 milliseconds