Home
last modified time | relevance | path

Searched refs:run_app_profiler (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dcpp_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
70 self.run_app_profiler()
100 self.run_app_profiler(record_arg="-g -f 1000 --duration 10 -e cpu-cycles:u --trace-offcpu")
132 self.run_app_profiler()
Dkotlin_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
79 self.run_app_profiler()
108 self.run_app_profiler(record_arg="-g -f 1000 --duration 10 -e cpu-cycles:u --trace-offcpu")
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)
136 self.run_app_profiler()
192 self.run_app_profiler(record_arg="-g -f 1000 --duration 10 -e cpu-cycles:u --trace-offcpu")
Dapp_test.py68 self.run_app_profiler(compile_java_code=self.use_compiled_java_code)
82 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, member in TestExampleBase
148 self.run_app_profiler(build_binary_cache=False)
156 self.run_app_profiler(build_binary_cache=True)
157 self.run_app_profiler()
158 self.run_app_profiler(start_activity=False)
216 self.run_app_profiler(record_arg='-g -f 1000 --duration 3 -e task-clock:u')