Home | History | Annotate | Download | only in netperf

Lines Matching refs:lib_end_count

62 /* the lib_start_count and lib_end_count arrays hold the starting
68 static uint64_t lib_end_count[MAXCPUS];
616 if (lib_end_count[i] == lib_start_count[i]) {
617 lib_end_count[i]++;
620 actual_rate = (lib_end_count[i] > lib_start_count[i]) ?
621 (float)(lib_end_count[i] - lib_start_count[i])/lib_elapsed :
622 (float)(lib_end_count[i] - lib_start_count[i] +
631 (uint32_t)(lib_end_count[i]>>32),
632 (uint32_t)(lib_end_count[i]&0xffffffff));
656 get_cpu_idle(lib_end_count);