Searched refs:thruput (Results 1 – 8 of 8) sorted by relevance
/external/netperf/ |
D | nettest_sdp.c | 236 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 …]
|
D | nettest_sctp.c | 407 double thruput; local 853 thruput = (double) calc_thruput(bytes_sent); 902 thruput, 921 &thruput, 978 thruput, /* what was the xfer rate */ 993 thruput); 1006 thruput);/* how fast did it go */ 1543 double thruput; local 2016 thruput = (double) calc_thruput(bytes_sent); 2065 thruput, [all …]
|
D | nettest_bsd.c | 1316 double thruput; in send_tcp_stream() local 1723 thruput = calc_thruput(bytes_sent); in send_tcp_stream() 1772 thruput, in send_tcp_stream() 1791 &thruput, in send_tcp_stream() 1852 thruput, /* what was the xfer rate */ in send_tcp_stream() 1869 thruput, in send_tcp_stream() 1884 thruput, /* how fast did it go */ in send_tcp_stream() 2011 double thruput; in send_tcp_maerts() local 2428 thruput = calc_thruput(bytes_sent); in send_tcp_maerts() 2477 thruput, in send_tcp_maerts() [all …]
|
D | nettest_xti.c | 532 double thruput; in send_xti_tcp_stream() local 1036 thruput = calc_thruput(bytes_sent); in send_xti_tcp_stream() 1085 thruput, in send_xti_tcp_stream() 1104 &thruput, in send_xti_tcp_stream() 1161 thruput, /* what was the xfer rate */ in send_xti_tcp_stream() 1176 thruput); in send_xti_tcp_stream() 1189 thruput);/* how fast did it go */ in send_xti_tcp_stream() 1738 double thruput; in send_xti_tcp_rr() local 2204 thruput = nummessages/elapsed_time; in send_xti_tcp_rr() 2258 thruput, in send_xti_tcp_rr() [all …]
|
D | nettest_unix.c | 269 double thruput; in send_stream_stream() local 568 thruput = calc_thruput(bytes_sent); in send_stream_stream() 640 thruput, /* what was the xfer rate */ in send_stream_stream() 654 thruput); in send_stream_stream() 664 thruput);/* how fast did it go */ in send_stream_stream() 1088 double thruput; in send_stream_rr() local 1375 thruput = calc_thruput(bytes_xferd); in send_stream_rr() 2230 double thruput; in send_dg_rr() local 2582 thruput = calc_thruput(bytes_xferd); in send_dg_rr()
|
D | nettest_dlpi.c | 176 double thruput; in send_dlpi_co_stream() local 547 thruput = calc_thruput(bytes_sent); in send_dlpi_co_stream() 623 thruput, /* what was the xfer rate */ in send_dlpi_co_stream() 637 thruput); in send_dlpi_co_stream() 647 thruput);/* how fast did it go */ in send_dlpi_co_stream() 1060 double thruput; in send_dlpi_co_rr() local 1438 thruput = calc_thruput(bytes_xferd); in send_dlpi_co_rr() 2415 double thruput; in send_dlpi_cl_rr() local 2841 thruput = calc_thruput(bytes_xferd); in send_dlpi_cl_rr()
|
D | netlib.c | 3161 double thruput; in calc_service_demand_internal() local 3184 thruput = (units_sent / in calc_service_demand_internal() 3198 service_demand = (cpu_utilization*10000.0/thruput) * in calc_service_demand_internal() 3211 thruput); in calc_service_demand_internal() 4117 double *thruput, in retrieve_confident_values() argument 4125 *thruput = measured_mean_result; in retrieve_confident_values()
|
D | netlib.h | 481 double *thruput,
|