Home
last modified time | relevance | path

Searched refs:profiler_args (Results 1 – 10 of 10) sorted by relevance

/external/toolchain-utils/crosperf/
Dsuite_runner.py27 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 …]
Dsuite_runner_unittest.py107 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)
Dbenchmark_run.py57 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)
Dresults_cache.py1254 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,
Dexperiment_runner.py162 br.profiler_args, br.machine_manager, br.machine,
Dbenchmark_run_unittest.py409 br.profiler_args)
/external/autotest/server/site_tests/telemetry_Crosperf/
Dtelemetry_Crosperf.py277 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/
Dprofiler_test.py10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
21 self._profiler_args = profiler_args
/external/autotest/server/site_tests/native_Benchmarks/
Dcontrol.octane26 if 'profiler_args' in args_dict:
27 p_args = args_dict['profiler_args']
Dcontrol.vp826 if 'profiler_args' in args_dict:
27 p_args = args_dict['profiler_args']