Profile in Intellij

2019-02-27 11:56发布

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

enter image description here

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

1条回答
Lonely孤独者°
2楼-- · 2019-02-27 12:13

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.

查看更多
登录 后发表回答