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

  /external/autotest/client/common_lib/
test.py 344 def _call_run_once_with_retry(self, constraints, profile_only,
361 self._call_run_once(constraints, profile_only,
373 def _call_run_once(self, constraints, profile_only,
388 if profile_only:
392 'profile_only is set - nothing '
423 def execute(self, iterations=None, test_length=None, profile_only=None,
440 @param profile_only: If true run X iterations with profilers enabled.
457 if profile_only is None:
458 profile_only = self.job.default_profile_only
476 self._call_run_once_with_retry(constraints, profile_only,
    [all...]
test_unittest.py 246 # test that profile_only=True works.
254 self.test.execute(profile_only=True, iterations=2)
259 # test that profile_only=True works.
  /external/autotest/frontend/afe/
control_file.py 151 def _get_profiler_commands(profilers, is_server, profile_only):
153 if profile_only is not None:
154 prepend.append("job.default_profile_only = %r" % profile_only)
177 client_control_file='', profile_only=None,
187 @param profile_only bool, should this control file run all tests in
188 profile_only mode by default
197 prepend, append = _get_profiler_commands(profilers, is_server, profile_only)
rpc_interface.py 853 profile_only=None, db_tests=True,
    [all...]

Completed in 602 milliseconds