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

  /external/autotest/client/common_lib/
test.py 266 def _call_run_once_with_retry(self, constraints, profile_only,
283 self._call_run_once(constraints, profile_only,
295 def _call_run_once(self, constraints, profile_only,
303 if profile_only:
307 'profile_only is set - nothing '
326 def execute(self, iterations=None, test_length=None, profile_only=None,
343 @param profile_only: If true run X iterations with profilers enabled.
360 if profile_only is None:
361 profile_only = self.job.default_profile_only
379 self._call_run_once_with_retry(constraints, profile_only,
    [all...]
test_unittest.py 243 # test that profile_only=True works.
251 self.test.execute(profile_only=True, iterations=2)
256 # test that profile_only=True works.
  /external/autotest/frontend/afe/
control_file.py 309 def _get_profiler_commands(profilers, is_server, profile_only):
311 if profile_only is not None:
312 prepend.append("job.default_profile_only = %r" % profile_only)
357 profilers=(), client_control_file='', profile_only=None,
370 @param profile_only bool, should this control file run all tests in
371 profile_only mode by default
391 prepend, append = _get_profiler_commands(profilers, is_server, profile_only)
rpc_interface.py 722 profile_only=None, upload_kernel_config=False,
741 @param profile_only A boolean that indicates what default profile_only
771 client_control_file=client_control_file, profile_only=profile_only,
778 use_container=False, profile_only=None,
825 profile_only=profile_only,
    [all...]
resources.py 462 ('profile_only',
514 profile_only=input_dict.get('profile_only', None),
    [all...]
rpc_interface_unittest.py 409 profile_only=False, hosts=('host1',))
models.py 1091 profile_only = dbmodels.BooleanField(default=False) variable in class:ParameterizedJob
    [all...]
  /external/autotest/client/virt/
virt_utils.py     [all...]

Completed in 618 milliseconds