Searched refs:compile_java_code (Results 1 – 5 of 5) sorted by relevance
68 self.run_app_profiler(compile_java_code=self.use_compiled_java_code)83 start_activity=True, compile_java_code=False): argument87 if compile_java_code:
294 if self.args.compile_java_code:295 self.compile_java_code()297 def compile_java_code(self): member in AppProfiler477 if (not args.app) and (args.compile_java_code or args.activity or args.test):
114 app_profiler.py the --compile_java_code option.117 To compile java code, we can pass app_profiler.py the --compile_java_code option.144 # --compile_java_code option compiles Java code into native instructions, which isn't needed on148 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code \
31 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code
64 if args.compile_java_code: