Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I profile NetBeans?

netbeans profile
0
Posted

How can I profile NetBeans?

0

There are many possibilities how to profile Java applications and that can be applied to NetBeans profiling. For different task it can be good to select different ways because each of them has its strengths and weaknesses. See also: DevFaqMemoryLeaks To be able to profile an application it is usually needed to start it with a modified command that typically adds some (JVMPI or JVMTI) libraries, some classes to (boot)classpath, specifies options for profiling and often initializes profiling support before the application starts to run its code. NetBeans profiler The NB module development support is integrated with the NB Profiler. Just select a module and click Profile to start. Want to cover some typical activities like: • action execution (invoked from menu or by shortcut) • window/dialog opening/closing • use of editor including tracking what happens in background • startup Analyzer It is a sampling profiler working on Solaris and Linux (with limited functionality) that collects data

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123