This program compares the cost of creating a new StringBuffer and
converting it to a String versus keeping the same StringBuffer,
setting its size to zero and then converting it to String.
Measures the time required to make a System.currentTimeMillis() and
Thread.currentThread().getName() calls.
Package org.apache.log4j.performance Description
Package to measure the performance of the different log4j
components.
The
org.apache.log4j.performance package is intended
for internal use only. Consequently, the classes in this
package are not included in the log4j.jar file.