Lines Matching full:thruput
536 double thruput;
869 /* utilization and/or service demand and thruput. */
1029 /* We now calculate what our thruput was for the test. In the future, */
1030 /* we may want to include a calculation of the thruput measured by */
1040 thruput = calc_thruput(bytes_sent);
1089 thruput,
1108 &thruput,
1165 thruput, /* what was the xfer rate */
1180 thruput);
1193 thruput);/* how fast did it go */
1744 double thruput;
2049 /* utilization and/or service demand and thruput. */
2207 /* We now calculate what our thruput was for the test. */
2210 thruput = nummessages/elapsed_time;
2264 thruput,
2279 &thruput,
2336 thruput,
2355 thruput);
2370 thruput);
3467 double thruput;
3784 /* utilization and/or service demand and thruput. */
3941 /* We now calculate what our thruput was for the test. In the */
3942 /* future, we may want to include a calculation of the thruput */
3949 thruput = nummessages / elapsed_time;
4009 thruput,
4025 &thruput,
5031 double thruput;
5226 /* utilization and/or service demand and thruput. */
5407 /* We now calculate what our thruput was for the test. In the future, */
5408 /* we may want to include a calculation of the thruput measured by */
5415 /* Kbytes/s as the units of thruput for a TCP stream test, where K = */
5420 thruput = calc_thruput(bytes_xferd);