Searched refs:build_binary_cache (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | app_test.py | 82 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)
|
D | report_html_test.py | 109 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir]) 149 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
|
D | kotlin_app_test.py | 35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
|
D | cpp_app_test.py | 35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
|
D | pprof_proto_generator_test.py | 121 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
|
D | java_app_test.py | 39 self.run_app_profiler(start_activity=True, build_binary_cache=False)
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 51 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)
|