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)
141 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
148 if profiler_args:
190 profiler_args): argument
206 profiler_args = GetProfilerArgs(profiler_args)
[all …]
Dsuite_runner_unittest.py103 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args): argument
104 self.telemetry_run_args = [machine, test_label, benchmark, profiler_args]
109 profiler_args): argument
111 machine, test_label, benchmark, test_args, profiler_args
117 profiler_args): argument
119 machine, test_label, benchmark, test_args, profiler_args
131 profiler_args = ''
134 profiler_args)
145 profiler_args)
156 test_args, profiler_args)
[all …]
Dbenchmark_run.py55 self.profiler_args = self.GetExtraAutotestArgs()
72 self.profiler_args, self.machine_manager, self.machine,
210 self.profiler_args)
243 self.profiler_args, self.machine_manager, self.machine,
259 self.profiler_args)
Dresults_cache.py588 self.profiler_args = None
603 profiler_args, machine_manager, machine, board, cache_conditions, argument
611 self.profiler_args = profiler_args
639 args_str = '%s_%s_%s' % (self.test_args, self.profiler_args,
699 temp_test_args = '%s %s %s' % (self.test_args, self.profiler_args,
Dexperiment_runner.py153 br.profiler_args, br.machine_manager, br.machine,
Dbenchmark_run_unittest.py403 '', 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/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_Crosperf/
Dcontrol28 if 'profiler_args' in args_dict:
29 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)