Home
last modified time | relevance | path

Searched refs:start_ns_ (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dprofman.cc325 start_ns_(NanoTime()), in ProfMan()
1963 uint64_t time_taken = NanoTime() - start_ns_; in LogCompletionTime()
1988 uint64_t start_ns_; member in art::ProfMan
/art/runtime/hprof/
Dhprof.cc474 const uint64_t duration = NanoTime() - start_ns_; in Dump()
875 uint64_t start_ns_ = NanoTime(); member in art::hprof::Hprof
/art/dex2oat/
Ddex2oat.cc518 start_ns_(NanoTime()), in Dex2Oat()
2864 << PrettyDuration(NanoTime() - start_ns_) in LogCompletionTime()
2913 uint64_t start_ns_; member in art::Dex2Oat