Home
last modified time | relevance | path

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

/system/core/toolbox/
Dtop.c430 struct proc_info *old_proc, *proc; in print_procs() local
435 old_proc = find_old_proc(new_procs[i]->pid, new_procs[i]->tid); in print_procs()
436 if (old_proc) { in print_procs()
437 new_procs[i]->delta_utime = new_procs[i]->utime - old_proc->utime; in print_procs()
438 new_procs[i]->delta_stime = new_procs[i]->stime - old_proc->stime; in print_procs()