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

  /frameworks/av/services/audioflinger/
test-resample.cpp 357 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
359 int64_t time = end_ns - start_ns;
373 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
375 time = end_ns - start_ns;
419 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
421 int64_t diff_ns = end_ns - start_ns;
  /art/compiler/driver/
compiler_driver.cc 2005 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 251 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
280 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]
  /art/runtime/gc/
heap.cc 1004 uint64_t start_ns = NanoTime(); local
    [all...]

Completed in 4133 milliseconds