I am in the process of writing an application that loads a large set
of rules from an external data source. Because this application will
be using a lot of information, performance is an issue. I'm looking
over some java profilers to integrate within eclipse that work with
the new Java 6 and will allow me to watch memory usage and overall
speed during different parts (creating, parsing, etc).
Right now, I'm only looking to run the profiler against a JUnit test
(so there's no server installation) .
What are other developers doing to profile applications and test performance?
Thanks for any help that you can provide.
--
Erik Costlow