Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodrefresh.cc279 time_t GetExecutionTimeUsed() const { return time(nullptr) - start_time_; } in GetExecutionTimeUsed() function in art::odrefresh::OnDeviceRefresh
282 return kMaximumExecutionSeconds - GetExecutionTimeUsed(); in GetExecutionTimeRemaining()