Home
last modified time | relevance | path

Searched refs:timer_list (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBluetoothBaseTest.py48 timer_list = [] variable in BluetoothBaseTest
180 self.timer_list = []
208 self.timer_list.append(total_time)
213 if self.timer_list:
214 self.log.info("Overall list {}".format(self.timer_list))
216 sum(self.timer_list) / float(len(self.timer_list))))
217 self.log.info("Maximum of list {}".format(max(self.timer_list)))
218 self.log.info("Minimum of list {}".format(min(self.timer_list)))
220 len(self.timer_list)))
221 self.timer_list = []
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattToolTest.py50 timer_list = [] variable in GattToolTest
71 self.timer_list = []