Wednesday, May 20, 2009

Eclipse Test and Performance Tools

I used the Eclipse Project's Test and Performance Tools for the first time. I needed it to help determine a problem I was having with network responsiveness for a project. After running the profiler, I was able to look at the execution time for the threads in a nice graph. The graph showed me where most of the time was spent by one thread. By modifying the run method, I was able to improve the performance.

No comments: