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

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

Completed in 160 milliseconds