I aim to do some timing/memory tests on a Java application that is runned via Eclipse.
After browsing the Web, I have found the “Visual JVM” that can be considered as a fine tool for prifiling the application. Isn’t?
So, my question is how can I download and use it in Eclipse? are there some tutorials/codes that guide me?
Thnx for Your prompt answers that I really need.
Cheers,
Sana.
Here is a tutorial for using VisualVM in various IDEs; including Eclipse.
You can download the VisualVM launcher here. VisualVM is actually in your JDK, and can be run as a stand-alone (separate from Eclipse) program from there.