Home
last modified time | relevance | path

Searched refs:compile_java_code (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dapp_profiler.py253 if self.args.compile_java_code:
254 self.compile_java_code()
256 def compile_java_code(self): member in AppProfiler
422 if (not args.app) and (args.compile_java_code or args.activity or args.test):
/system/extras/simpleperf/scripts/inferno/
Dinferno.py62 if args.compile_java_code:
/system/extras/simpleperf/doc/
DREADME.md233 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 on
267 $ 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