Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/proto/
H A Datoms.proto38 ProcessCpuTime process_cpu_time = 10035;
/aosp12/art/runtime/
H A 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()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto631 ProcessCpuTime process_cpu_time = 10035 [(module) = "framework"];