I’m developing an eclipse plugin and I’m starting to have performance problems, so I’s like to start using a profiler. Since it’s an eclipse plugin and not an ordinary java program, what tool should I use to profile it?
I’m developing an eclipse plugin and I’m starting to have performance problems, so I’s
Share
I find JProfiler to be really helpful. It has Eclipse integration, although it is not an Eclipse plugin per sa’, so you can very easily invoke a profiler instead of a regular execution session. It had very good bottleneck analysis and you can find-tune the settings to lower the overheads of the profiler itself. Highly recommended.