Home | History | Annotate | Download | only in toolbox

Lines Matching refs:stime

45     long unsigned utime, ntime, stime, itime;
63 long unsigned stime;
242 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime,
347 &proc->state, &proc->utime, &proc->stime, &proc->vss, &proc->rss, &proc->prs);
422 new_procs[i]->delta_stime = new_procs[i]->stime - old_proc->stime;
431 total_delta_time = (new_cpu.utime + new_cpu.ntime + new_cpu.stime + new_cpu.itime
433 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime
441 ((new_cpu.stime ) - (old_cpu.stime)) * 100 / total_delta_time,
448 new_cpu.stime - old_cpu.stime,