public class SystemTimeChrono extends AbstractChrono
AbstractChrono class to compute
the total system time using Java's builtin System.nanoTime.
The system can be used as a rough approximation of the CPU time taken
by a program if no
other tasks are executed on the host while the program is running.| Constructor and Description |
|---|
SystemTimeChrono()
Constructs a new chrono object and
initializes it to zero.
|
format, format, getHours, getMinutes, getSeconds, initTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.