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

/external/netperf/src/
H A Dnettest_sctp.c403 double thruput;
654 /* utilization and/or service demand and thruput. */
835 /* We now calculate what our thruput was for the test. In the future, */
836 /* we may want to include a calculation of the thruput measured by */
846 thruput = (double) calc_thruput(bytes_sent);
895 thruput,
914 &thruput,
971 thruput, /* what was the xfer rate */
986 thruput);
999 thruput);/* ho
398 double thruput; local
1529 double thruput; local
2620 double thruput; local
3670 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.c419 double thruput;
672 /* utilization and/or service demand and thruput. */
780 /* We now calculate what our thruput was for the test. In the future, */
781 /* we may want to include a calculation of the thruput measured by */
790 thruput = calc_thruput(bytes_sent);
866 thruput, /* what was the xfer rate */
880 thruput);
890 thruput);/* how fast did it go */
1305 double thruput;
1565 /* utilization and/or service demand and thruput
416 double thruput; local
1300 double thruput; local
2655 double thruput; local
[all...]
H A Dnettest_unix.c271 double thruput;
461 utilization and/or service demand and thruput. */
560 /* We now calculate what our thruput was for the test. In the
561 future, we may want to include a calculation of the thruput
571 thruput = calc_thruput(bytes_sent);
643 thruput, /* what was the xfer rate */
657 thruput);
667 thruput); /* how fast did it go */
1093 double thruput;
1267 utilization and/or service demand and thruput
267 double thruput; local
1087 double thruput; local
2233 double thruput; local
[all...]
H A Dnettest_xti.c535 double thruput;
868 /* utilization and/or service demand and thruput. */
1028 /* We now calculate what our thruput was for the test. In the future, */
1029 /* we may want to include a calculation of the thruput measured by */
1039 thruput = calc_thruput(bytes_sent);
1088 thruput,
1107 &thruput,
1164 thruput, /* what was the xfer rate */
1179 thruput);
1192 thruput);/* ho
531 double thruput; local
1737 double thruput; local
3457 double thruput; local
5018 double thruput; local
[all...]
H A Dnettest_bsd.c1785 double thruput;
2040 /* utilization and/or service demand and thruput. */
2194 /* We now calculate what our thruput was for the test. In the
2195 future, we may want to include a calculation of the thruput
2210 thruput = calc_thruput(bytes_sent);
2259 thruput,
2278 &thruput,
2339 thruput, /* what was the xfer rate */
2356 thruput,
2371 thruput, /* ho
1776 double thruput; local
2496 double thruput; local
3422 double thruput; local
4169 double thruput; local
5675 double thruput; local
7420 double thruput; local
8847 double thruput; local
9946 double thruput; local
11016 double thruput; local
12060 double thruput; local
[all...]
H A Dnetlib.c3620 /* We will calculate the thruput in libfmt units/second */
3678 /* We will calculate the thruput in libfmt units/second */
3762 double thruput;
3786 thruput = (units_sent /
3794 /* thruput has a "per second" component. if we were using 100% (
3800 service_demand = (cpu_utilization*10000.0/thruput) *
3809 "calc_service_demand got: thruput = %f\n"
3815 thruput,
4942 double *thruput,
4950 *thruput
3735 double thruput; local
4911 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...]
H A Dnettest_omni.c373 double thruput; variable
1878 &thruput, 1, 0, NETPERF_TYPE_DOUBLE);
4731 thruput = calc_thruput((double)trans_completed);
4733 thruput = calc_thruput(bytes_xferd);
4735 thruput = calc_thruput(remote_bytes_xferd);
4755 whether or not the user was asking for thruput to be in 'x'
4812 thruput,
4836 &thruput,
5856 thruput, /* what was the xfer rate */
5873 thruput,
[all...]

Completed in 113 milliseconds