Searched refs:compile_java_code (Results 1 – 3 of 3) sorted by relevance
253 if self.args.compile_java_code:254 self.compile_java_code()256 def compile_java_code(self): member in AppProfiler422 if (not args.app) and (args.compile_java_code or args.activity or args.test):
62 if args.compile_java_code:
233 app_profiler.py the --compile_java_code option.236 To compile java code, we can pass app_profiler.py the --compile_java_code option.263 # --compile_java_code option compiles Java code into native instructions, which isn't needed on267 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code \1019 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code