Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h447 uint64_t GetProcessCpuStartTime() const { in GetProcessCpuStartTime() function
/aosp12/art/runtime/
H A Druntime.cc363 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime()
377 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()