Home
last modified time | relevance | path

Searched refs:stop_timer (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py471 timer.stop_timer(profile)
482 timer.stop_timer(profiles_to_check)
528 self.measurement_timer.stop_timer(key)
539 self.measurement_timer.stop_timer(DEFAULT_BT_STATUS)
607 self.measurement_timer.stop_timer(profile)
614 self.measurement_timer.stop_timer(profiles_to_check)
Dbase_test_actions.py44 self.timer.stop_timer(func_name)
/tools/test/connectivity/acts/framework/acts/libs/utils/
Dtimer.py53 def stop_timer(self, record_ids=None, force=False): member in TimeRecorder