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

/art/runtime/base/
H A Dtiming_logger.h127 uint64_t start_ns_; member in class:art::base::TimingLogger::ScopedSplit
/art/compiler/driver/
H A Dcompiler_driver.h406 uint64_t start_ns_; member in class:art::CompilerDriver
/art/dex2oat/
H A Ddex2oat.cc170 VLOG(compiler) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_)
335 start_ns_(NanoTime()) {
397 uint64_t start_ns_; member in class:art::Dex2Oat
/art/runtime/hprof/
H A Dhprof.cc373 start_ns_(NanoTime()),
479 uint64_t duration = NanoTime() - start_ns_;
661 uint64_t start_ns_; member in class:art::hprof::Hprof

Completed in 97 milliseconds