Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h460 uint64_t GetPostGCLastProcessCpuTime() const { in GetPostGCLastProcessCpuTime() function
/art/runtime/
Druntime.cc365 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()