Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtop.c554 long unsigned total_delta_time; in print_procs() local
583 total_delta_time = new_cpu[0].total - old_cpu[0].total; in print_procs()
584 if (!total_delta_time) total_delta_time = 1; in print_procs()
630 show_percent(proc->delta_time, total_delta_time), in print_procs()