Home
last modified time | relevance | path

Searched refs:NanoTime (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/tensors/
Dbenchmark_main.cc61 static int64_t NanoTime() { in NanoTime() function
144 g_benchmark_start_time_ns = NanoTime(); in RunRepeatedlyWithArg()
151 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in RunRepeatedlyWithArg()
198 g_benchmark_total_time_ns += NanoTime() - g_benchmark_start_time_ns; in StopBenchmarkTiming()
204 g_benchmark_start_time_ns = NanoTime(); in StartBenchmarkTiming()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc172 u64 last_flush = NanoTime(); in BackgroundThread()
178 u64 now = NanoTime(); in BackgroundThread()
185 last_flush = NanoTime(); in BackgroundThread()
Dtsan_rtl_report.cc498 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc352 u64 NanoTime() { in NanoTime() function
Dsanitizer_win.cc397 u64 NanoTime() { in NanoTime() function
Dsanitizer_common.h330 u64 NanoTime();
Dsanitizer_linux.cc381 u64 NanoTime() { in NanoTime() function