Searched refs:start_ns (Results 1 - 3 of 3) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc470 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; local
487 uint64_t duration_ns = NanoTime() - start_ns;
/art/runtime/gc/
H A Dheap.cc1336 const uint64_t start_ns = NanoTime(); local
1371 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
/art/runtime/verifier/
H A Dmethod_verifier.cc385 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
499 uint64_t duration_ns = NanoTime() - start_ns;

Completed in 128 milliseconds