Profile in Intellij

2019-02-27 11:57发布

问题:

I need to investigate a memory leak in my microservice. I see some Profile... menu item in Intellij

After I click it application is run. Could you tell me where I can see the results of profiling.

回答1:

This action is for profiling Android apps and is provided by the Android plug-in. The feature is described in Android Studio documentation.

IntelliJ IDEA doesn't have Java profiling out of the box at the moment. You can use third-party profilers like JProfiler or jvisualvm.