Searched refs:start_ns_ (Results 1 - 6 of 6) sorted by relevance

/art/runtime/base/
H A Dtiming_logger.cc213 start_ns_ = NanoTime();
221 uint64_t split_time = current_time - start_ns_;
260 uint64_t split_time = current_time - start_ns_;
270 start_ns_ = current_time;
278 uint64_t split_time = current_time - start_ns_;
287 start_ns_ = current_time;
H A Dtiming_logger.h127 uint64_t start_ns_; member in class:art::base::TimingLogger::ScopedSplit
/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
/art/compiler/driver/
H A Dcompiler_driver.h406 uint64_t start_ns_; member in class:art::CompilerDriver
H A Dcompiler_driver.cc349 start_ns_(0),

Completed in 218 milliseconds