Home | History | Annotate | Download | only in netperf

Lines Matching defs:thruput

3075   /* We will calculate the thruput in libfmt units/second */
3122 /* We will calculate the thruput in libfmt units/second */
3186 double thruput;
3209 thruput = (units_sent /
3217 /* thruput has a "per second" component. if we were using 100% ( */
3223 service_demand = (cpu_utilization*10000.0/thruput) *
3235 fprintf(where,"calc_service_demand got: thruput = %f\n",
3236 thruput);
4145 double *thruput,
4153 *thruput = measured_mean_result;