how do you profile java source with intellij idea editor?

intellij-idea, java, profiler

Solution

You can try the free VisualVM profiler integration via a plug-in.

Problem

I know that Netbeans has something of an "integrated" profiler, for instance you can run unit tests and use it to analyze and find what is slowing them down, where bottlenecks are. Is it possible to profile code within IntelliJ IDEA editor?

Original source

Related problems