Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dtest.py331 start_activity=True, compile_java_code=False): argument
337 if start_activity:
406 self.run_app_profiler(start_activity=False)
482 self.run_app_profiler(start_activity=True, build_binary_cache=False)
494 self.run_app_profiler(start_activity=False)
542 self.run_app_profiler(start_activity=False, record_arg='-g --duration 10 -p ' + pid)
675 self.run_app_profiler(start_activity=True, build_binary_cache=False)
834 self.run_app_profiler(start_activity=True, build_binary_cache=False)
Dapp_profiler.py330 self.start_activity()
335 def start_activity(self): member in AppProfiler