Searched defs:thruput (Results 1 - 7 of 7) sorted by relevance

/external/netperf/
H A Dnettest_sctp.c412 double thruput;
665 /* utilization and/or service demand and thruput. */
847 /* We now calculate what our thruput was for the test. In the future, */
848 /* we may want to include a calculation of the thruput measured by */
858 thruput = (double) calc_thruput(bytes_sent);
907 thruput,
926 &thruput,
983 thruput, /* what was the xfer rate */
998 thruput);
1011 thruput);/* ho
407 double thruput; local
1543 double thruput; local
2638 double thruput; local
3691 double thruput; local
[all...]
H A Dnettest_sdp.c238 double thruput;
486 /* utilization and/or service demand and thruput. */
632 /* We now calculate what our thruput was for the test. In the
633 future, we may want to include a calculation of the thruput
648 thruput = calc_thruput(bytes_sent);
697 thruput,
716 &thruput,
777 thruput, /* what was the xfer rate */
794 thruput,
809 thruput, /* ho
236 double thruput; local
934 double thruput; local
2317 double thruput; local
[all...]
H A Dnettest_dlpi.c178 double thruput;
431 /* utilization and/or service demand and thruput. */
539 /* We now calculate what our thruput was for the test. In the future, */
540 /* we may want to include a calculation of the thruput measured by */
549 thruput = calc_thruput(bytes_sent);
625 thruput, /* what was the xfer rate */
639 thruput);
649 thruput);/* how fast did it go */
1064 double thruput;
1324 /* utilization and/or service demand and thruput
176 double thruput; local
1060 double thruput; local
2415 double thruput; local
[all...]
H A Dnettest_unix.c273 double thruput;
463 /* utilization and/or service demand and thruput. */
562 /* We now calculate what our thruput was for the test. In the future, */
563 /* we may want to include a calculation of the thruput measured by */
572 thruput = calc_thruput(bytes_sent);
644 thruput, /* what was the xfer rate */
658 thruput);
668 thruput);/* how fast did it go */
1094 double thruput;
1268 /* utilization and/or service demand and thruput
269 double thruput; local
1088 double thruput; local
2230 double thruput; local
[all...]
H A Dnettest_xti.c536 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);/* ho
532 double thruput; local
1738 double thruput; local
3458 double thruput; local
5019 double thruput; local
[all...]
H A Dnettest_bsd.c1323 double thruput;
1568 /* utilization and/or service demand and thruput. */
1714 /* We now calculate what our thruput was for the test. In the
1715 future, we may want to include a calculation of the thruput
1730 thruput = calc_thruput(bytes_sent);
1779 thruput,
1798 &thruput,
1859 thruput, /* what was the xfer rate */
1876 thruput,
1891 thruput, /* ho
1316 double thruput; local
2011 double thruput; local
2730 double thruput; local
3485 double thruput; local
4985 double thruput; local
6648 double thruput; local
8027 double thruput; local
9108 double thruput; local
10178 double thruput; local
11206 double thruput; local
[all...]
H A Dnetlib.c3075 /* 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
3161 double thruput; local
4116 retrieve_confident_values(float *elapsed_time, double *thruput, float *local_cpu_utilization, float *remote_cpu_utilization, float *local_service_demand, float *remote_service_demand) argument
[all...]

Completed in 345 milliseconds