I'm trying to analyze an app for memory leaks using the Android Profiler. Most online tutorials (and answers on this site) say to create a heap dump, save it with the .hprof extension, and then open this in Android Studio. I'm able to do that but cannot find the "Analyzer Tasks" pane that these tutorials reference, like in the screenshot below:
I've tried looking everywhere. This is all I see on my end:
Where can I find it?