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

  /art/runtime/base/
timing_logger.h 39 uint64_t GetTotalNs() const {
150 uint64_t GetTotalNs() const;
timing_logger.cc 151 uint64_t TimingLogger::GetTotalNs() const {
234 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n";

Completed in 59 milliseconds