Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Profiler not appeared in Android Studio

I want to analyze memory consumption in my device but I didn't find Android profiler tab in Android Studio as seen below :

enter image description here

Please who could help me to show up this tab.

like image 872
Imene Noomene Avatar asked Jun 20 '18 14:06

Imene Noomene


People also ask

Where is the profiler in Android Studio?

From the development emulator or device, start the app. In Android Studio, launch the profiler by selecting View > Tool Windows > Profiler. button in the profiler to see the dropdown menu.

Where is network inspector in Android Studio?

To open the Network Inspector, follow these steps: From the Android Studio navigation bar, select View > Tool Windows > App Inspection. After the app inspection window automatically connects to an app process, select Network Inspector from the tabs.

What is Android Profiler explain different features of Android profiler that can be used to debug an app?

The Android Profiler tools provide real-time data to help you to understand how your app uses CPU, memory, network, and battery resources. For details about each of the profilers, see the following: Profile CPU activity and traces with CPU Profiler. Profile the Java heap and memory allocations with Memory Profiler.


2 Answers

If you take a look at top menu you will see a profile icon click it and it will start your app with profile attached. See the below screenshot to get the idea.

enter image description here

like image 118
Umair Avatar answered Sep 28 '22 18:09

Umair


The perfect tip for Android Studio:

When you need to find something, write it in the help tab, like this:

enter image description here

If you know what you're looking for, you will find it there :)

like image 29
HedeH Avatar answered Sep 28 '22 17:09

HedeH