Home
last modified time | relevance | path

Searched defs:start_ns (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DTest.cpp105 uint64_t start_ns = NanoTime(); in ReadUntilClosed() local
H A DTest.h70 uint64_t start_ns() const { return start_ns_; } in start_ns() function
/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-resampler.cpp356 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; in main() local
418 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; in main() local
/aosp12/system/extras/memory_replay/
H A DTraceBenchmark.cpp155 uint64_t start_ns; in RunTrace() local
/aosp12/system/core/init/
H A Dservice.cpp170 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricProducer.h106 int64_t start_ns; member
/aosp12/art/runtime/jit/
H A Djit.cc895 uint64_t start_ns = ThreadCpuNanoTime(); in Run() local
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc381 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; in CompileMethodHarness() local
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc5135 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; in VerifyMethod() local
/aosp12/art/runtime/gc/
H A Dheap.cc1560 const uint64_t start_ns = NanoTime(); in TrimSpaces() local