Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DRequestGroup.cc29 bool RequestGroup::AddRequest(const std::string& hint_type, ReqTime end_time) { in AddRequest() argument
31 request_map_.emplace(hint_type, end_time); in AddRequest()
34 if (request_map_[hint_type] < end_time) { in AddRequest()
35 request_map_[hint_type] = end_time; in AddRequest()
DNodeLooperThread.cc48 ReqTime end_time = ReqTime::max(); in Request() local
56 end_time = now + a.timeout_ms; in Request()
60 end_time) && in Request()
DNode.cc40 ReqTime end_time) { in AddRequest() argument
47 req_sorted_[value_index].AddRequest(hint_type, end_time); in AddRequest()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DRequestGroup.h51 bool AddRequest(const std::string& hint_type, ReqTime end_time);
DNode.h53 ReqTime end_time);
/hardware/google/pixel/pwrstats_util/
Dpwrstats_util.cpp183 auto end_time = std::chrono::system_clock::now(); in daemon() local
185 std::chrono::duration<double> elapsed_seconds = end_time - start_time; in daemon()