Home | Sort by relevance Sort by last modified time |
/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...] |
/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/compiler/driver/ | |
compiler_driver.h | 739 uint64_t start_ns_; member in class:art::CompilerDriver [all...] |
compiler_driver.cc | 348 start_ns_(0), [all...] |