HomeSort by relevance Sort by last modified time
    Searched defs:start_ns_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/
timing_logger.h 127 uint64_t start_ns_; member in class:art::base::TimingLogger::ScopedSplit
  /art/compiler/driver/
compiler_driver.h 406 uint64_t start_ns_; member in class:art::CompilerDriver
  /art/dex2oat/
dex2oat.cc 170 VLOG(compiler) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_)
335 start_ns_(NanoTime()) {
397 uint64_t start_ns_; member in class:art::Dex2Oat
    [all...]
  /art/runtime/hprof/
hprof.cc 373 start_ns_(NanoTime()),
479 uint64_t duration = NanoTime() - start_ns_;
661 uint64_t start_ns_; member in class:art::hprof::Hprof
    [all...]

Completed in 39 milliseconds