Searched refs:execution_time (Results 1 – 4 of 4) sorted by relevance
41 self.assertFalse(client.execution_time)46 self.assertDictEqual({"TIME": 0.75}, client.execution_time)
89 def execution_time(self): member in RemoteHostClient
463 def execution_time(self): member in CvdComputeClient
109 execution_time = round(time.time() - timestart, 2)120 device_data[_LAUNCH_CVD_TIME] = execution_time