Home
last modified time | relevance | path

Searched refs:profile_only (Results 1 – 5 of 5) sorted by relevance

/external/autotest/frontend/afe/
Dcontrol_file.py151 def _get_profiler_commands(profilers, is_server, profile_only): argument
153 if profile_only is not None:
154 prepend.append("job.default_profile_only = %r" % profile_only)
177 client_control_file='', profile_only=None, argument
197 prepend, append = _get_profiler_commands(profilers, is_server, profile_only)
Drpc_interface.py697 profile_only=None, db_tests=True, argument
741 client_control_file=client_control_file, profile_only=profile_only,
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt41 # profile_only=False support in control file generation
45 ... profile_only=False)
67 # profile_only=True support in control file generation
71 ... profile_only=True)
/external/autotest/client/common_lib/
Dtest.py330 def _call_run_once_with_retry(self, constraints, profile_only, argument
347 self._call_run_once(constraints, profile_only,
359 def _call_run_once(self, constraints, profile_only, argument
369 if profile_only:
399 def execute(self, iterations=None, test_length=None, profile_only=None, argument
433 if profile_only is None:
434 profile_only = self.job.default_profile_only
452 self._call_run_once_with_retry(constraints, profile_only,
469 self._call_run_once_with_retry(constraints, profile_only,
473 if not profile_only:
Dtest_unittest.py252 self.test.execute(profile_only=True, iterations=2)