Home | History | Annotate | Download | only in netperf

Lines Matching refs:bytes_sent

168   double	bytes_sent;
202 bytes_sent = 0.0;
543 /* bytes_sent regardless of the way the test length was controlled. */
548 bytes_sent = ((double) send_size * (double) nummessages) + (double) len;
549 thruput = calc_thruput(bytes_sent);
566 local_service_demand = calc_service_demand(bytes_sent,
585 remote_service_demand = calc_service_demand(bytes_sent,
675 bytes_sent,
676 bytes_sent / (double)nummessages,
678 bytes_sent / (double)dlpi_co_stream_result->recv_calls,
1433 /* bytes_sent regardless of the way the test length was controlled. */
1622 double bytes_sent;
1940 bytes_sent = send_size * messages_sent;
1941 local_thruput = calc_thruput(bytes_sent);
1965 local_service_demand = calc_service_demand(bytes_sent,
2842 /* bytes_sent regardless of the way the test length was controlled. */