Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc367 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]); in collect_cpu_utilization() local
369 return busy_delta * 100 / total_delta; in collect_cpu_utilization()