Searched refs:perf_args (Results 1 – 12 of 12) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 103 iterations, rm_chroot_tmp, perf_args, suite, argument 108 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args, 137 perf_args = global_settings.GetField('perf_args') 140 if not perf_args and download_debug: 260 iterations, rm_chroot_tmp, perf_args, suite, 266 perf_args, suite, show_all_results, retries, 271 rm_chroot_tmp, perf_args, 'telemetry_Crosperf', show_all_results, 279 perf_args, 289 perf_args, suite, show_all_results, retries, 326 iterations, rm_chroot_tmp, perf_args, suite, show_all_results, [all …]
|
D | mock_instance.py | 13 perf_args = 'record -a -e cycles' variable 49 perf_args, 'telemetry_Crosperf', '') 52 perf_args, 'telemetry_Crosperf', '')
|
D | benchmark.py | 62 perf_args, argument 75 self.perf_args = perf_args
|
D | benchmark_run.py | 181 if (self.benchmark.perf_args and 185 self.benchmark.perf_args = '' 187 if self.benchmark.perf_args: 188 perf_args_list = self.benchmark.perf_args.split(' ') 190 perf_args = ' '.join(perf_args_list) 195 ('--profiler_args=\'perf_options="%s"\'' % perf_args)
|
D | experiment_factory_unittest.py | 275 perf_args, suite, show_all): argument 278 bench_list, set_list, args, iters, rm_ch, perf_args, suite, show_all 288 log_level, perf_args): argument 293 if not debug_path and perf_args:
|
D | suite_runner_unittest.py | 189 perf_args = 'record -a -e cycles' 201 args_list.append(suite_runner.GetProfilerArgs(perf_args)) 203 perf_args)
|
D | benchmark_run_unittest.py | 361 self.test_benchmark.perf_args = 'record -e cycles' 368 self.test_benchmark.perf_args = 'record -e cycles' 375 self.test_benchmark.perf_args = 'junk args'
|
/external/perfetto/tools/ |
D | diff_test_trace_processor.py | 436 for perf_args in sorted_data: 437 trace_short_path = os.path.relpath(perf_args.trace_path, test_dir) 439 query_short_path_or_metric = perf_args.query_path_or_metric 440 if perf_args.test_type == 'queries': 442 perf_args.query_path_or_metric, trace_processor_dir) 446 'value': float(perf_args.ingest_time_ns) / 1.0e9, 453 perf_args.test_type, 459 'value': float(perf_args.real_time_ns) / 1.0e9, 464 os.path.relpath(perf_args.trace_path, test_dir), 467 perf_args.test_type,
|
/external/toolchain-utils/crosperf/experiment_files/ |
D | telemetry_perf_perf | 26 local perf_args="${1:+perf_args: $1}" 30 $perf_args
|
D | README.md | 33 perf_args: record -e cycles
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_performance_tests.py | 623 if args.perf_args: 627 perf_cmd.extend(re.split('\s+', args.perf_args))
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 620 if args.perf_args: 624 perf_cmd.extend(re.split('\s+', args.perf_args))
|