Is there a way to Programmatically query the time a process spends in JIT or ART on android? I am using java.
This is useful to explain our app's outlying startup latency stats. If art's AOT or davlik's JIT run, they significantly affect startup times.