Home
last modified time | relevance | path

Searched refs:NanoTime (Results 1 – 20 of 20) 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/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp21 (NanoTime() >> 12) ^ in RandomSeed()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp204 u64 NanoTime() { in NanoTime() function
Dsanitizer_netbsd.cpp240 u64 NanoTime() { in NanoTime() function
Dsanitizer_win.cpp542 u64 NanoTime() { in NanoTime() function
555 u64 MonotonicNanoTime() { return NanoTime(); } in MonotonicNanoTime()
Dsanitizer_allocator_primary32.h349 sci->rand_state = reinterpret_cast<uptr>(sci) ^ NanoTime(); in PopulateFreeList()
Dsanitizer_fuchsia.cpp50 u64 NanoTime() { in NanoTime() function
Dsanitizer_common.h283 u64 NanoTime();
Dsanitizer_mac.cpp518 u64 NanoTime() { in NanoTime() function
Dsanitizer_linux.cpp493 u64 NanoTime() { in NanoTime() function
/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/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp175 u64 last_flush = NanoTime(); in BackgroundThread()
181 u64 now = NanoTime(); in BackgroundThread()
188 last_flush = NanoTime(); in BackgroundThread()
Dtsan_rtl_report.cpp502 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp396 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/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
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp280 Cookie = static_cast<u32>((NanoTime() >> 12) ^ in init()