25package umontreal.ssj.util;
37public class Chrono extends AbstractChrono {
40 protected void getTime(
long[] tab) {
void init()
Initializes this AbstractChrono to zero.
Extends the AbstractChrono class to compute the CPU time for a single thread.
static Chrono createForSingleThread()
Creates a Chrono instance adapted for a program using a single thread.
Chrono()
Constructs a Chrono object and initializes it to zero.