Lines Matching full:idle
42 uint64_t idle;
55 idle. The rate at which this increments during a test is compared
106 /* get the idle sycle counter for each processor. now while on a
137 res[i].idle = (((uint64_t)psp[j].psp_idlecycles.psc_hi << 32) +
143 res[i].idle);
196 "\t idle %llu\n"
201 counters[instance].idle,
264 thing in measuring user, kernel, interrupt and idle all together
268 properly accounted. The sum of user, kernel, interrupt and idle
274 idle cycles is sufficiently accurate. So, while we will still do
276 caculate CPU utilization based on the ratio of idle to _real_
291 delta_cpu_counters[i].idle = ending_cpu_counters[i].idle -
292 starting_cpu_counters[i].idle;
307 delta_cpu_counters[i].idle +
321 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
330 fraction_idle = (double)delta_cpu_counters[i].idle /
380 (delta_cpu_counters[i].idle * CALC_ACCURACY) / sanity_cpu_cycles;