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

  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 62 long long start_ns, end_ns; local
64 start_ns = ts_to_nsec(start);
66 return end_ns - start_ns;
adjtick.c 61 long long start_ns, end_ns; local
63 start_ns = ts_to_nsec(start);
66 return end_ns - start_ns;
  /frameworks/av/media/libaudioprocessing/tests/
test-resampler.cpp 355 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
357 int64_t time = end_ns - start_ns;
371 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
373 time = end_ns - start_ns;
417 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
419 int64_t diff_ns = end_ns - start_ns;
  /system/core/init/
service.cpp 248 uint64_t start_ns = time_started_.time_since_epoch().count(); local
251 property_set(boottime_property, std::to_string(start_ns));
    [all...]
  /art/compiler/driver/
compiler_driver.cc 470 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; local
487 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]
  /art/runtime/gc/
heap.cc 1336 const uint64_t start_ns = NanoTime(); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 385 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
499 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]

Completed in 721 milliseconds