Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc351 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime() local
353 float ratio = static_cast<float>(gc_cpu_time) / process_cpu_time; in ~Runtime()
355 << " out of process CPU time " << PrettyDuration(process_cpu_time) in ~Runtime()
359 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time; in ~Runtime()