Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc390 start_ns_(NanoTime()), in Hprof()
497 uint64_t duration = NanoTime() - start_ns_; in Dump()
684 uint64_t start_ns_; member in art::hprof::Hprof
/art/dex2oat/
Ddex2oat.cc276 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_) in LogCompletionTime()
523 start_ns_(NanoTime()) { in Dex2Oat()
589 uint64_t start_ns_; member in art::Dex2Oat
/art/compiler/driver/
Dcompiler_driver.h811 uint64_t start_ns_; variable
Dcompiler_driver.cc358 start_ns_(0), in CompilerDriver()