Searched refs:stime (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Dtop.c45 long unsigned utime, ntime, stime, itime; member in struct:cpu_info
62 long unsigned stime; member in struct:proc_info
241 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime,
346 &proc->state, &proc->utime, &proc->stime, &proc->vss, &proc->rss, &proc->prs);
425 new_procs[i]->delta_stime = new_procs[i]->stime - old_proc->stime;
434 total_delta_time = (new_cpu.utime + new_cpu.ntime + new_cpu.stime + new_cpu.itime
436 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime
444 ((new_cpu.stime ) - (old_cpu.stime)) * 10
[all...]
H A Dps.c44 unsigned utime, stime; local
98 stime = atoi(nexttok(&ptr));
101 nexttok(&ptr); // stime
165 printf(" (u:%d, s:%d)", utime, stime);

Completed in 49 milliseconds