Searched refs:delta_time (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dtiming_logger.cc91 void CumulativeLogger::AddPair(const std::string& label, uint64_t delta_time) { argument
93 delta_time /= kAdjust;
94 total_time_ += delta_time;
106 histogram->AddValue(delta_time);
H A Dtiming_logger.h60 void AddPair(const std::string &label, uint64_t delta_time)
/art/runtime/gc/
H A Dheap.h693 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
H A Dheap.cc2995 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { argument
3003 std::max(heap_transition_or_trim_target_time_, NanoTime() + delta_time);

Completed in 57 milliseconds