Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dsuite_runner.py20 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 …]
Dsuite_runner_unittest.py101 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 …]
Dbenchmark_run.py54 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)
Dresults_cache.py586 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,
Dexperiment_runner.py154 br.profiler_args, br.machine_manager, br.machine,
Dbenchmark_run_unittest.py397 '', br.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/telemetry_Crosperf/
Dtelemetry_Crosperf.py211 profiler_args = args.get('profiler_args', '')
241 if profiler_args:
245 % (profiler_args)
299 if 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']
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dcontrol34 profiler_args = 'record -a -e r20c4 -c 500000 -b '
37 job.profilers.add(profiler, profiler_args)