CpuTime v0.9 (2005-12-22)
A Java class that measures the user and the system time consumed by the Java process (not by Java threads!). This class can be used to measure execution time in Linux/Unix systems. The time, however, includes the CPU time consumed by all Java threads and also by the JVM (e.g. for garbage collection).
Freely available under the GPL.
[cputime_v0.9.zip]