HomeSort by relevance Sort by last modified time
    Searched refs:profiler_args (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/tests/profiler_test/
profiler_test.py 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None):
15 @param profiler_args: Profiler non-keyword arguments.
21 self._profiler_args = profiler_args
  /external/toolchain-utils/crosperf/
suite_runner.py 20 def GetProfilerArgs(profiler_args):
22 args_list = shlex.split(profiler_args)
60 def Run(self, machine, label, benchmark, test_args, profiler_args):
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):
153 if profiler_args:
196 profiler_args):
212 profiler_args = GetProfilerArgs(profiler_args
    [all...]
suite_runner_unittest.py 78 input_str = ('--profiler=custom_perf --profiler_args=\'perf_options'
80 output_str = ("profiler=custom_perf profiler_args='record -a -e "
101 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args):
102 self.telemetry_run_args = [machine, test_label, benchmark, profiler_args]
107 profiler_args):
109 machine, test_label, benchmark, test_args, profiler_args
115 profiler_args):
117 machine, test_label, benchmark, test_args, profiler_args
129 profiler_args = ''
132 profiler_args)
    [all...]
benchmark_run.py 54 self.profiler_args = self.GetExtraAutotestArgs()
71 self.profiler_args, self.machine_manager, self.machine,
193 ("--profiler_args='perf_options=\"%s\"'" % perf_args)
210 self.profiler_args)
243 self.profiler_args, self.machine_manager, self.machine,
259 self.test_args, self.profiler_args)
results_cache.py 586 self.profiler_args = None
601 profiler_args, machine_manager, machine, board, cache_conditions,
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,
benchmark_run_unittest.py 349 "--profiler=custom_perf --profiler_args='perf_options=\"record -a -e "
397 '', br.profiler_args)
experiment_runner.py 154 br.profiler_args, br.machine_manager, br.machine,
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 211 profiler_args = args.get('profiler_args', '')
238 # If profiler_args specified, we want to add several more options
241 if profiler_args:
245 % (profiler_args)
299 if profiler_args:

Completed in 284 milliseconds