Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py46 def build_binary_cache(self, perf_data_path, symfs_dirs): member in BinaryCacheBuilder
231 builder.build_binary_cache(args.perf_data_path, symfs_dirs)
Dtest.py193 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, argument
196 if not build_binary_cache:
208 if build_binary_cache:
275 self.run_app_profiler(build_binary_cache=False)
283 self.run_app_profiler(build_binary_cache=True)
362 self.run_app_profiler(start_activity=True, build_binary_cache=False)
555 self.run_app_profiler(start_activity=True, build_binary_cache=False)
710 self.run_app_profiler(start_activity=True, build_binary_cache=False)