Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py205 def instantaneous_rates(self): member in IPerfResult
246 instantaneous_rates = self.instantaneous_rates[
248 avg_rate = math.fsum(instantaneous_rates) / len(instantaneous_rates)
250 for rate in instantaneous_rates])
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTwTest.py355 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[
357 iperf_result.instantaneous_rates[self.rvr_test_params[
404 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[
406 iperf_result.instantaneous_rates[self.rvr_test_params[
DWifiThroughputStabilityTest.py199 if test_result['iperf_result'].instantaneous_rates:
202 for rate in test_result['iperf_result'].instantaneous_rates[
482 test['iperf_result'].instantaneous_rates[
DWifiRoamingPerformanceTest.py546 instantaneous_rates = [
547 rate * 8 * (1.024**2) for rate in iperf_result.instantaneous_rates
550 'throughput': instantaneous_rates,
DWifiIOTTwPkg1Test.py152 curr_throughput = math.fsum(iperf_result.instantaneous_rates)
196 curr_throughput = math.fsum(iperf_result.instantaneous_rates)
DWifiRvrTest.py402 curr_throughput = numpy.mean(iperf_result.instantaneous_rates[
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py516 iperf_result.instantaneous_rates[self.start_meas_time:-1]
517 ) / len(iperf_result.instantaneous_rates[self.start_meas_time:-1])
DIperfHelper.py100 samples = iperf_result.instantaneous_rates[self.start_meas_time:-1]
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py589 rx_rate = (math.fsum(ip_cl.instantaneous_rates) /
590 len(ip_cl.instantaneous_rates))*8