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.
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.
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.