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

/art/compiler/driver/
H A Dcompiler_driver.cc2005 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; local
2034 uint64_t duration_ns = NanoTime() - start_ns;
/art/runtime/verifier/
H A Dmethod_verifier.cc251 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
280 uint64_t duration_ns = NanoTime() - start_ns;
/art/runtime/gc/
H A Dheap.cc1004 uint64_t start_ns = NanoTime(); local
1043 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)

Completed in 85 milliseconds