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.py40 self.run_app_profiler(start_activity=True, build_binary_cache=False)
52 self.run_app_profiler(start_activity=False)
104 self.run_app_profiler(start_activity=False, record_arg='-g --duration 10 -p ' + pid)
Dapp_test.py90 start_activity=True, compile_java_code=False): argument
96 if start_activity:
166 self.run_app_profiler(start_activity=False)
Dkotlin_app_test.py36 self.run_app_profiler(start_activity=True, build_binary_cache=False)
Dcpp_app_test.py34 self.run_app_profiler(start_activity=True, build_binary_cache=False)
/system/extras/simpleperf/scripts/
Dapp_profiler.py356 self.start_activity()
361 def start_activity(self): member in AppProfiler