Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dapp_test.py89 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, argument
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py257 def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]) -> bool: member in BinaryCacheBuilder