Searched refs:profiler_args (Results 1 – 11 of 11) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | suite_runner.py | 20 def GetProfilerArgs(profiler_args): argument 22 args_list = shlex.split(profiler_args) 60 def Run(self, machine, label, benchmark, test_args, profiler_args): argument 65 ret_tup = self.Telemetry_Run(machine, label, benchmark, profiler_args) 69 test_args, profiler_args) 72 profiler_args) 146 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument 153 if profiler_args: 196 profiler_args): argument 212 profiler_args = GetProfilerArgs(profiler_args) [all …]
|
D | suite_runner_unittest.py | 101 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args): argument 102 self.telemetry_run_args = [machine, test_label, benchmark, profiler_args] 107 profiler_args): argument 109 machine, test_label, benchmark, test_args, profiler_args 115 profiler_args): argument 117 machine, test_label, benchmark, test_args, profiler_args 129 profiler_args = '' 132 profiler_args) 143 profiler_args) 154 test_args, profiler_args) [all …]
|
D | benchmark_run.py | 54 self.profiler_args = self.GetExtraAutotestArgs() 71 self.profiler_args, self.machine_manager, self.machine, 210 self.profiler_args) 243 self.profiler_args, self.machine_manager, self.machine, 259 self.test_args, self.profiler_args)
|
D | results_cache.py | 586 self.profiler_args = None 601 profiler_args, machine_manager, machine, board, cache_conditions, argument 609 self.profiler_args = profiler_args 637 args_str = '%s_%s_%s' % (self.test_args, self.profiler_args, 697 temp_test_args = '%s %s %s' % (self.test_args, self.profiler_args,
|
D | experiment_runner.py | 154 br.profiler_args, br.machine_manager, br.machine,
|
D | benchmark_run_unittest.py | 397 '', br.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/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 211 profiler_args = args.get('profiler_args', '') 241 if profiler_args: 245 % (profiler_args) 299 if 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']
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
D | control | 34 profiler_args = 'record -a -e r20c4 -c 500000 -b ' 37 job.profilers.add(profiler, profiler_args)
|