org.apache.log4j.performance
public class SystemTime extends Object
On an 233Mhz NT machine (JDK 1.1.7B) the System.currentTimeMillis() call takes under half a microsecond to complete whereas the Thread.currentThread().getName() call takes about 4 micro-seconds.
Method Summary | |
---|---|
static void | main(String[] args) |