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

/system/extras/sane_schedstat/
H A Dsane_schedstat.c50 unsigned long long run_delay; /* time spent waiting to run by tasks (ms) */ member in struct:cpu_stat
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) {
103 cpu_delta[cpu].run_delay = tmp.run_delay - cpu_prev[cpu].run_delay;

Completed in 46 milliseconds