Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBluetoothBaseTest.py46 timer_list = [] variable in BluetoothBaseTest
157 self.timer_list = []
185 self.timer_list.append(total_time)
190 if self.timer_list:
191 self.log.info("Overall list {}".format(self.timer_list))
193 sum(self.timer_list) / float(len(self.timer_list))))
194 self.log.info("Maximum of list {}".format(max(self.timer_list)))
195 self.log.info("Minimum of list {}".format(min(self.timer_list)))
197 len(self.timer_list)))
198 self.timer_list = []
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattToolTest.py50 timer_list = [] variable in GattToolTest
71 self.timer_list = []