Is it possible to use android studio profiler from console?

659 views Asked by At

Is it possible to run profiler from the console, or are there any console equivalents?

1

There are 1 answers

3
Yi Yang On

The short answer is no. But depending on which feature in Android Studio profiler you want to use I maybe able to point you to the right command line tool, e.g. simpleperf for Java/Kotlin method sampling, Perfetto for System Trace.

Fundamentally Android Studio profiler is a visualization tool, so a command line version isn't going to be very helpful.