Home
last modified time | relevance | path

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

/system/extras/ioshark/
Dioshark_bench_subr.c520 u_int64_t tot1, tot2, delta1, delta2; in report_cpu_disk_util() local
531 delta1 = tot2 - tot1; in report_cpu_disk_util()
535 cpu_util = delta1 * 100.0 / delta2; in report_cpu_disk_util()
541 delta1 = (after.user_cpu_ticks + after.nice_cpu_ticks) - in report_cpu_disk_util()
543 cpu_util = delta1 * 100.0 / delta2; in report_cpu_disk_util()
548 delta1 = (after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util()
552 cpu_util = delta1 * 100.0 / delta2; in report_cpu_disk_util()