Home | History | Annotate | Download | only in netperf

Lines Matching full:idle

42   uint64_t idle;
55 idle. The rate at which this increments during a test is compared
84 /* get the idle sycle counter for each processor. now while on a
104 res[i].idle = (((uint64_t)psp[i].psp_idlecycles.psc_hi << 32) +
110 res[i].idle);
161 "\t idle %llu\n",counters[instance].idle);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
237 idle cycles is sufficiently accurate. So, while we will still do
239 caculate CPU utilization based on the ratio of idle to _real_
254 delta_cpu_counters[i].idle = ending_cpu_counters[i].idle -
255 starting_cpu_counters[i].idle;
270 delta_cpu_counters[i].idle +
283 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
292 fraction_idle = (double)delta_cpu_counters[i].idle /
337 (delta_cpu_counters[i].idle * CALC_ACCURACY) / sanity_cpu_cycles;