Home
last modified time | relevance | path

Searched refs:build_binary_cache (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dapp_test.py82 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, argument
85 if not build_binary_cache:
96 if build_binary_cache:
148 self.run_app_profiler(build_binary_cache=False)
156 self.run_app_profiler(build_binary_cache=True)
Dreport_html_test.py109 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
149 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
Dkotlin_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
Dcpp_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
Dpprof_proto_generator_test.py121 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
Djava_app_test.py39 self.run_app_profiler(start_activity=True, build_binary_cache=False)
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py51 def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]): member in BinaryCacheBuilder
244 builder.build_binary_cache(args.perf_data_path, symfs_dirs)