HomeSort by relevance Sort by last modified time
    Searched refs:start_ns (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
dalvik_system_VMRuntime.cc 168 uint64_t start_ns = NanoTime(); local
187 LOG(INFO) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
  /frameworks/av/services/audioflinger/
test-resample.cpp 228 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
230 int64_t time = (end_ns - start_ns)/4;
  /art/compiler/driver/
compiler_driver.cc 2281 uint64_t start_ns = NanoTime(); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 234 uint64_t start_ns = NanoTime(); local
261 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]

Completed in 420 milliseconds