Searched refs:profiler_args (Results 1 – 10 of 10) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | suite_runner.py | 27 def GetProfilerArgs(profiler_args): argument 29 args_list = shlex.split(profiler_args) 75 def Run(self, cros_machine, label, benchmark, test_args, profiler_args): argument 79 ret_tup = self.Skylab_Run(label, benchmark, test_args, profiler_args) 85 test_args, profiler_args) 105 def GenTestArgs(self, benchmark, test_args, profiler_args): argument 108 if benchmark.suite != 'telemetry_Crosperf' and profiler_args: 129 args_list.append(GetProfilerArgs(profiler_args)) 151 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument 176 args_list = self.GenTestArgs(benchmark, test_args, profiler_args) [all …]
|
D | suite_runner_unittest.py | 107 def FakeSkylabRun(test_label, benchmark, test_args, profiler_args): argument 108 self.skylab_run_args = [test_label, benchmark, test_args, profiler_args] 113 profiler_args): argument 115 machine, test_label, benchmark, test_args, profiler_args 138 profiler_args = '' 144 test_args, profiler_args) 152 self.telemetry_crosperf_bench, test_args, profiler_args) 162 test_args, profiler_args) 171 self.telemetry_crosperf_bench, test_args, profiler_args)
|
D | benchmark_run.py | 57 self.profiler_args = self.GetExtraAutotestArgs() 74 self.profiler_args, self.machine_manager, self.machine, 211 machine, self.label, self.benchmark, self.test_args, self.profiler_args) 245 self.profiler_args, self.machine_manager, self.machine, 260 machine, self.label, self.benchmark, self.test_args, self.profiler_args)
|
D | results_cache.py | 1254 self.profiler_args = None 1270 profiler_args, machine_manager, machine, board, cache_conditions, argument 1278 self.profiler_args = profiler_args 1307 args_str = '%s_%s_%s' % (self.test_args, self.profiler_args, 1369 temp_test_args = '%s %s %s' % (self.test_args, self.profiler_args,
|
D | experiment_runner.py | 162 br.profiler_args, br.machine_manager, br.machine,
|
D | benchmark_run_unittest.py | 409 br.profiler_args)
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 277 profiler_args = args.get('profiler_args', '') 311 if profiler_args: 315 '--interval-profiler-options="%s"' % profiler_args 336 if profiler_args: 340 artifacts = True if profiler_args else False 371 if profiler_args:
|
/external/autotest/client/tests/profiler_test/ |
D | profiler_test.py | 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument 21 self._profiler_args = profiler_args
|
/external/autotest/server/site_tests/native_Benchmarks/ |
D | control.octane | 26 if 'profiler_args' in args_dict: 27 p_args = args_dict['profiler_args']
|
D | control.vp8 | 26 if 'profiler_args' in args_dict: 27 p_args = args_dict['profiler_args']
|