Home
last modified time | relevance | path

Searched refs:execution_time (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dremote_host_client_test.py41 self.assertFalse(client.execution_time)
46 self.assertDictEqual({"TIME": 0.75}, client.execution_time)
Dremote_host_client.py89 def execution_time(self): member in RemoteHostClient
Dcvd_compute_client_multi_stage.py463 def execution_time(self): member in CvdComputeClient
/tools/acloud/create/
Dremote_image_remote_instance.py109 execution_time = round(time.time() - timestart, 2)
120 device_data[_LAUNCH_CVD_TIME] = execution_time