Searched refs:profiler_args (Results 1 – 9 of 9) sorted by relevance
/external/angle/build/android/pylib/utils/ |
D | simpleperf.py | 162 profiler_args, host_out_path): argument 169 profiler_args = list(profiler_args) 170 if profiler_args and profiler_args[0] == 'record': 171 profiler_args.pop(0) 172 profiler_args.extend(('-e', events)) 173 if '--call-graph' not in profiler_args and '-g' not in profiler_args: 174 profiler_args.append('-g') 175 if '-f' not in profiler_args: 176 profiler_args.extend(('-f', '1000')) 180 if '-o' in profiler_args: [all …]
|
/external/cronet/build/android/pylib/utils/ |
D | simpleperf.py | 162 profiler_args, host_out_path): argument 169 profiler_args = list(profiler_args) 170 if profiler_args and profiler_args[0] == 'record': 171 profiler_args.pop(0) 172 profiler_args.extend(('-e', events)) 173 if '--call-graph' not in profiler_args and '-g' not in profiler_args: 174 profiler_args.append('-g') 175 if '-f' not in profiler_args: 176 profiler_args.extend(('-f', '1000')) 180 if '-o' in profiler_args: [all …]
|
/external/toolchain-utils/crosperf/ |
D | suite_runner.py | 32 def GetProfilerArgs(profiler_args): argument 34 args_list = shlex.split(profiler_args) 118 def Run(self, cros_machine, label, benchmark, test_args, profiler_args): argument 123 label, benchmark, test_args, profiler_args 133 machine_name, label, benchmark, test_args, profiler_args 159 def GenTestArgs(self, benchmark, test_args, profiler_args): argument 162 if benchmark.suite != "telemetry_Crosperf" and profiler_args: 189 args_list.append(GetProfilerArgs(profiler_args)) 215 self, machine, label, benchmark, test_args, profiler_args argument 245 args_list = self.GenTestArgs(benchmark, test_args, profiler_args) [all …]
|
D | suite_runner_unittest.py | 138 def FakeCrosfleetRun(test_label, benchmark, test_args, profiler_args): argument 143 profiler_args, 149 machine, test_label, benchmark, test_args, profiler_args argument 156 profiler_args, 180 profiler_args = "" 190 profiler_args, 205 profiler_args, 222 profiler_args, 243 profiler_args,
|
D | benchmark_run.py | 68 self.profiler_args = self.GetExtraAutotestArgs() 90 self.profiler_args, 268 self.profiler_args, 315 self.profiler_args, 343 self.profiler_args,
|
D | results_cache.py | 1425 self.profiler_args = None 1447 profiler_args, argument 1466 self.profiler_args = profiler_args 1498 self.profiler_args, 1586 self.profiler_args,
|
D | experiment_runner.py | 171 br.profiler_args,
|
D | benchmark_run_unittest.py | 502 mock_machine, br.label, br.benchmark, "", br.profiler_args
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 299 profiler_args = args.get('profiler_args', '') 329 if profiler_args: 333 '--interval-profiler-options="%s"' % profiler_args 354 if profiler_args: 358 artifacts = True if profiler_args else False 392 if profiler_args:
|