HomeSort by relevance Sort by last modified time
    Searched refs:postprocess_profiled_run (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/
test.py 267 postprocess_profiled_run, args, dargs):
284 postprocess_profiled_run, args, dargs)
296 postprocess_profiled_run, args, dargs):
309 self.run_once_profiling(postprocess_profiled_run,
327 _get_time=time.time, postprocess_profiled_run=None,
349 @param postprocess_profiled_run: Run the postprocessing for the
380 postprocess_profiled_run, args,
397 postprocess_profiled_run, args,
402 self.run_once_profiling(postprocess_profiled_run, *args, **dargs)
409 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs)
    [all...]
test_unittest.py 269 # test that postprocess_profiled_run=False works
277 self.test.execute(postprocess_profiled_run=False, iterations=1)
282 # test that postprocess_profiled_run=True works
290 self.test.execute(postprocess_profiled_run=True, iterations=1)

Completed in 2849 milliseconds