Does NetBeans profiler work with Eclipse?
Asked
Active
Viewed 184 times
2 Answers
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