Searched refs:postprocess_profiled_run (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | test.py | 345 postprocess_profiled_run, args, dargs): argument 365 self.run_once_profiling(postprocess_profiled_run, 395 _get_time=time.time, postprocess_profiled_run=None, argument 448 postprocess_profiled_run, args, dargs) 464 postprocess_profiled_run, args, dargs) 468 self.run_once_profiling(postprocess_profiled_run, *args, **dargs) 475 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): argument 494 if (postprocess_profiled_run or 495 (postprocess_profiled_run is None and
|
D | test_unittest.py | 184 self.test.execute(postprocess_profiled_run=False, iterations=1) 197 self.test.execute(postprocess_profiled_run=True, iterations=1)
|