Home
last modified time | relevance | path

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

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