Home
last modified time | relevance | path

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

/system/extras/ioshark/
Dioshark_bench_subr.c516 u_int64_t tot1, tot2, delta1, delta2; in report_cpu_disk_util() local
521 tot2 = after.user_cpu_ticks + after.nice_cpu_ticks + in report_cpu_disk_util()
527 delta1 = tot2 - tot1; in report_cpu_disk_util()
528 tot2 += after.iowait_cpu_ticks + after.idle_cpu_ticks; in report_cpu_disk_util()
530 delta2 = tot2 - tot1; in report_cpu_disk_util()