Home
last modified time | relevance | path

Searched refs:profile_only (Results 1 – 6 of 6) 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.py849 profile_only=None, db_tests=True, argument
893 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.py344 def _call_run_once(self, constraints, profile_only, argument
359 if profile_only:
394 def execute(self, iterations=None, test_length=None, profile_only=None, argument
428 if profile_only is None:
429 profile_only = self.job.default_profile_only
447 self._call_run_once(constraints, profile_only,
463 self._call_run_once(constraints, profile_only,
466 if not profile_only:
Dtest_unittest.py158 self.test.execute(profile_only=True, iterations=2)
/external/autotest/database/
Dschema_129.sql538 `profile_only` tinyint(1) DEFAULT '0',