Home
last modified time | relevance | path

Searched refs:start_activity (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/scripts/test/
Djava_app_test.py39 self.run_app_profiler(start_activity=True, build_binary_cache=False)
51 self.run_app_profiler(start_activity=False)
99 self.run_app_profiler(start_activity=False, record_arg='-g --duration 10 -p ' + pid)
Dapp_test.py83 start_activity=True, compile_java_code=False): argument
89 if start_activity:
158 self.run_app_profiler(start_activity=False)
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)
/system/extras/simpleperf/scripts/
Dapp_profiler.py335 self.start_activity()
340 def start_activity(self): member in AppProfiler