Home
last modified time | relevance | path

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

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