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.py330 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, argument
333 if not build_binary_cache:
344 if build_binary_cache:
396 self.run_app_profiler(build_binary_cache=False)
404 self.run_app_profiler(build_binary_cache=True)
482 self.run_app_profiler(start_activity=True, build_binary_cache=False)
675 self.run_app_profiler(start_activity=True, build_binary_cache=False)
834 self.run_app_profiler(start_activity=True, build_binary_cache=False)