Lines Matching refs:elapsed
3583 cpu_stop(int measure_cpu, float *elapsed)
3609 *elapsed = lib_elapsed;
3615 calc_thruput_interval(double units_received,double elapsed)
3650 return (1 / (units_received / elapsed)) * 1000000.0;
3656 return (units_received / divisor / elapsed);
3673 calc_thruput_interval_omni(double units_received,double elapsed)
3708 return (1 / (units_received / elapsed)) * 1000000.0;
3718 return (units_received / divisor / elapsed);