Home
last modified time | relevance | path

Searched refs:postprocess_profiled_run (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dtest.py330 postprocess_profiled_run, args, dargs): argument
347 postprocess_profiled_run, args, dargs)
359 postprocess_profiled_run, args, dargs): argument
374 self.run_once_profiling(postprocess_profiled_run,
399 _get_time=time.time, postprocess_profiled_run=None, argument
452 postprocess_profiled_run, args,
469 postprocess_profiled_run, args,
474 self.run_once_profiling(postprocess_profiled_run, *args, **dargs)
481 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): argument
500 if (postprocess_profiled_run or
[all …]
Dtest_unittest.py279 self.test.execute(postprocess_profiled_run=False, iterations=1)
292 self.test.execute(postprocess_profiled_run=True, iterations=1)