-1

Does NetBeans profiler work with Eclipse?

flyingfromchina
  • 9,571
  • 12
  • 35
  • 38

2 Answers2

1

No, as far as I know, but there are no problems whatsoever on using it side by side with Eclipse. That's what I've done when I needed a profiler.

Carlos
  • 2,503
  • 26
  • 29
0

You can also use the profiler from VisualVM (included in your JDK), which is also based the NetBeans profiler.

Ben
  • 2,235
  • 18
  • 17