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

  /art/runtime/base/
timing_logger.h 43 uint64_t GetTotalNs() const;
92 uint64_t GetTotalNs() const;
timing_logger.cc 63 uint64_t CumulativeLogger::GetTotalNs() const {
156 uint64_t TimingLogger::GetTotalNs() const {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/gc/
heap.cc 440 if (logger.GetTotalNs() != 0) {
442 const uint64_t total_ns = logger.GetTotalNs();
444 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0;
    [all...]

Completed in 409 milliseconds