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

  /art/compiler/driver/
compiler_driver.h 739 uint64_t start_ns_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 268 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_)
491 start_ns_(NanoTime()) {
557 uint64_t start_ns_; member in class:art::Dex2Oat
    [all...]
  /art/runtime/hprof/
hprof.cc 389 start_ns_(NanoTime()),
491 uint64_t duration = NanoTime() - start_ns_;
678 uint64_t start_ns_; member in class:art::hprof::Hprof
    [all...]

Completed in 979 milliseconds