how do you profile java source with intellij idea editor?

rogerdpack picture rogerdpack · Apr 12, 2013 · Viewed 75.7k times · Source

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?

Answer

CrazyCoder picture CrazyCoder · Apr 18, 2013

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