Home
last modified time | relevance | path

Searched refs:thruput (Results 1 – 9 of 9) sorted by relevance

/external/netperf/src/
Dnettest_sdp.c236 double thruput; in send_sdp_stream() local
646 thruput = calc_thruput(bytes_sent); in send_sdp_stream()
695 thruput, in send_sdp_stream()
714 &thruput, in send_sdp_stream()
775 thruput, /* what was the xfer rate */ in send_sdp_stream()
792 thruput, in send_sdp_stream()
807 thruput, /* how fast did it go */ in send_sdp_stream()
934 double thruput; in send_sdp_maerts() local
1354 thruput = calc_thruput(bytes_sent); in send_sdp_maerts()
1403 thruput, in send_sdp_maerts()
[all …]
Dnettest_sctp.c398 double thruput; in send_sctp_stream() local
841 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream()
890 thruput, in send_sctp_stream()
909 &thruput, in send_sctp_stream()
966 thruput, /* what was the xfer rate */ in send_sctp_stream()
981 thruput); in send_sctp_stream()
994 thruput);/* how fast did it go */ in send_sctp_stream()
1529 double thruput; in send_sctp_stream_1toMany() local
1999 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream_1toMany()
2048 thruput, in send_sctp_stream_1toMany()
[all …]
Dnettest_bsd.c1776 double thruput; in send_tcp_stream() local
2201 thruput = calc_thruput(bytes_sent); in send_tcp_stream()
2250 thruput, in send_tcp_stream()
2269 &thruput, in send_tcp_stream()
2330 thruput, /* what was the xfer rate */ in send_tcp_stream()
2347 thruput, in send_tcp_stream()
2362 thruput, /* how fast did it go */ in send_tcp_stream()
2496 double thruput; in send_tcp_maerts() local
2929 thruput = calc_thruput(bytes_sent); in send_tcp_maerts()
2978 thruput, in send_tcp_maerts()
[all …]
Dnettest_xti.c531 double thruput; in send_xti_tcp_stream() local
1035 thruput = calc_thruput(bytes_sent); in send_xti_tcp_stream()
1084 thruput, in send_xti_tcp_stream()
1103 &thruput, in send_xti_tcp_stream()
1160 thruput, /* what was the xfer rate */ in send_xti_tcp_stream()
1175 thruput); in send_xti_tcp_stream()
1188 thruput);/* how fast did it go */ in send_xti_tcp_stream()
1737 double thruput; in send_xti_tcp_rr() local
2203 thruput = nummessages/elapsed_time; in send_xti_tcp_rr()
2257 thruput, in send_xti_tcp_rr()
[all …]
Dnettest_omni.c373 double thruput; variable
1878 &thruput, 1, 0, NETPERF_TYPE_DOUBLE); in print_omni_init_list()
4731 thruput = calc_thruput((double)trans_completed); in send_omni_inner()
4733 thruput = calc_thruput(bytes_xferd); in send_omni_inner()
4735 thruput = calc_thruput(remote_bytes_xferd); in send_omni_inner()
4812 thruput, in send_omni_inner()
4836 &thruput, in send_omni_inner()
5854 thruput, /* what was the xfer rate */ in send_tcp_stream()
5871 thruput, in send_tcp_stream()
5886 thruput, /* how fast did it go */ in send_tcp_stream()
[all …]
Dnettest_unix.c267 double thruput; in send_stream_stream() local
567 thruput = calc_thruput(bytes_sent); in send_stream_stream()
639 thruput, /* what was the xfer rate */ in send_stream_stream()
653 thruput); in send_stream_stream()
663 thruput); /* how fast did it go */ in send_stream_stream()
1087 double thruput; in send_stream_rr() local
1376 thruput = calc_thruput(bytes_xferd); in send_stream_rr()
2233 double thruput; in send_dg_rr() local
2588 thruput = calc_thruput(bytes_xferd); in send_dg_rr()
Dnettest_dlpi.c416 double thruput; in send_dlpi_co_stream() local
787 thruput = calc_thruput(bytes_sent); in send_dlpi_co_stream()
863 thruput, /* what was the xfer rate */ in send_dlpi_co_stream()
877 thruput); in send_dlpi_co_stream()
887 thruput);/* how fast did it go */ in send_dlpi_co_stream()
1300 double thruput; in send_dlpi_co_rr() local
1678 thruput = calc_thruput(bytes_xferd); in send_dlpi_co_rr()
2655 double thruput; in send_dlpi_cl_rr() local
3081 thruput = calc_thruput(bytes_xferd); in send_dlpi_cl_rr()
Dnetlib.c3735 double thruput; in calc_service_demand_internal() local
3759 thruput = (units_sent / in calc_service_demand_internal()
3773 service_demand = (cpu_utilization*10000.0/thruput) * in calc_service_demand_internal()
3788 thruput, in calc_service_demand_internal()
4912 double *thruput, in retrieve_confident_values() argument
4920 *thruput = measured_mean_result; in retrieve_confident_values()
Dnetlib.h570 double *thruput,