Searched defs:start_ns (Results 1 - 3 of 3) sorted by path

/art/compiler/driver/
H A Dcompiler_driver.cc575 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; variable
642 uint64_t duration_ns = NanoTime() - start_ns;
/art/runtime/gc/
H A Dheap.cc1441 const uint64_t start_ns = NanoTime(); local
1476 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
/art/runtime/verifier/
H A Dmethod_verifier.cc367 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
448 uint64_t duration_ns = NanoTime() - start_ns;

Completed in 385 milliseconds