Home
last modified time | relevance | path

Searched refs:start_ns_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/hprof/
Dhprof.cc415 start_ns_(NanoTime()), in Hprof()
449 uint64_t duration = NanoTime() - start_ns_; in Dump()
734 uint64_t start_ns_; member in art::hprof::Hprof
/art/dex2oat/
Ddex2oat.cc508 start_ns_(NanoTime()), in Dex2Oat()
1840 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_) in LogCompletionTime()
1867 uint64_t start_ns_; member in art::FINAL