Inside Java

Java performance and optimization - Speed


 

What tools are available?

There are very good tools known as profilers. Using them, you can profile the performance of Java application and measure the performance of methods at line or function level, or time methods. They access debug data stored in class files to collect line-by-line performance data to display in the Annotated Source window. Usually, you must compile your class file appropriately to generate the debug data.

How to improve speed?

Here is a list of tips.

 

This page was last updated 06 March 1998