Searched refs:perf_args (Results 1 – 10 of 10) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 99 iterations, rm_chroot_tmp, perf_args, suite, argument 104 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args, 124 perf_args = global_settings.GetField('perf_args') 177 iterations, rm_chroot_tmp, perf_args, suite, 182 perf_args, suite, show_all_results, retries, 187 perf_args, suite, show_all_results, retries, 197 perf_args, 205 iterations, rm_chroot_tmp, perf_args, suite, 209 rm_chroot_tmp, perf_args, suite, 220 perf_args, [all …]
|
D | mock_instance.py | 11 perf_args = 'record -a -e cycles' variable 39 perf_args, '', '') 42 perf_args, '', '')
|
D | benchmark_run.py | 177 if self.benchmark.perf_args and self.benchmark.suite == 'telemetry': 179 self.benchmark.perf_args = '' 181 if self.benchmark.perf_args and self.benchmark.suite == 'test_that': 183 self.benchmark.perf_args = '' 185 if self.benchmark.perf_args: 186 perf_args_list = self.benchmark.perf_args.split(' ') 188 perf_args = ' '.join(perf_args_list) 193 ("--profiler_args='perf_options=\"%s\"'" % perf_args)
|
D | benchmark.py | 55 perf_args, argument 66 self.perf_args = perf_args
|
D | benchmark_run_unittest.py | 345 self.test_benchmark.perf_args = 'record -e cycles' 357 self.test_benchmark.perf_args = 'record -e cycles' 363 self.test_benchmark.perf_args = 'junk args'
|
D | experiment_factory_unittest.py | 100 perf_args, suite, show_all): argument 103 bench_list, set_list, args, iters, rm_ch, perf_args, suite, show_all
|
/external/perf_data_converter/src/quipper/ |
D | quipper.cc | 26 bool ParseArguments(int argc, char* argv[], std::vector<string>* perf_args, in ParseArguments() argument 39 perf_args->emplace_back(argv[i]); in ParseArguments() 49 std::vector<string> perf_args; in main() local 52 if (!ParseArguments(argc, argv, &perf_args, &perf_duration)) return 1; in main() 56 if (!perf_recorder.RunCommandAndGetSerializedOutput(perf_args, perf_duration, in main()
|
D | perf_recorder.cc | 88 const std::vector<string>& perf_args, const double time_sec, in RunCommandAndGetSerializedOutput() argument 90 if (!ValidatePerfCommandLine(perf_args)) { in RunCommandAndGetSerializedOutput() 98 const string& perf_type = perf_args[1]; in RunCommandAndGetSerializedOutput() 115 perf_args.begin() + 1, // skip "perf" in RunCommandAndGetSerializedOutput() 116 perf_args.end()); in RunCommandAndGetSerializedOutput()
|
D | perf_recorder.h | 29 bool RunCommandAndGetSerializedOutput(const std::vector<string>& perf_args,
|
/external/toolchain-utils/crosperf/experiment_files/ |
D | telemetry_perf_perf | 26 local perf_args="${1:+perf_args: $1}" 30 $perf_args
|