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

/system/extras/sane_schedstat/
H A Dsane_schedstat.c49 unsigned long long cpu_time; /* time spent running by tasks (ms) */ member in struct:cpu_stat
72 printf("CPU yield() schedule() switch idle ttwu() local cpu_time wait_time timeslices\n");
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) {
102 cpu_delta[cpu].cpu_time = tmp.cpu_time - cpu_prev[cpu].cpu_time;

Completed in 849 milliseconds