Home
last modified time | relevance | path

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

/system/extras/ioshark/
Dioshark_bench_subr.c345 unsigned int tot_ticks; member
458 &ios_pgr, &state->tot_ticks, &rq_ticks); in read_disk_util_state()
468 state->tot_ticks /= 1000; /* to seconds */ in read_disk_util_state()
469 state->tot_ticks *= hz; /* to hz */ in read_disk_util_state()
554 disk_util = (after.tot_ticks - before.tot_ticks) * 100.0 / in report_cpu_disk_util()