Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc351 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime()
365 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()
/art/runtime/gc/
Dheap.h456 uint64_t GetProcessCpuStartTime() const { in GetProcessCpuStartTime() function