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

  /art/runtime/hprof/
hprof.cc 390 start_ns_(NanoTime()),
497 uint64_t duration = NanoTime() - start_ns_;
684 uint64_t start_ns_; member in class:art::hprof::Hprof
    [all...]
  /art/dex2oat/
dex2oat.cc 276 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_)
523 start_ns_(NanoTime()) {
589 uint64_t start_ns_; member in class:art::Dex2Oat
    [all...]
  /art/compiler/driver/
compiler_driver.h 811 uint64_t start_ns_; member in class:art::CompilerDriver
    [all...]
compiler_driver.cc 358 start_ns_(0),
    [all...]

Completed in 71 milliseconds