SSJ
V. 2.0.

umontreal.iro.lecuyer.util
Class ChronoSingleThread

java.lang.Object
  extended by umontreal.iro.lecuyer.util.AbstractChrono
      extended by umontreal.iro.lecuyer.util.ChronoSingleThread

public class ChronoSingleThread
extends AbstractChrono

This class is deprecated but kept for compatibility with older versions of SSJ. Chrono should be used instead of ChronoSingleThread. The ChronoSingleThread class extends the AbstractChrono class and computes the CPU time for the current thread only. This is the simplest way to use chronos. Classes AbstractChrono, SystemTimeChrono, GlobalCPUTimeChrono and ThreadCPUTimeChrono provide different chronos implementations (see these classes to learn more about SSJ chronos).


Constructor Summary
ChronoSingleThread()
          Constructs a ChronoSingleThread object and initializes it to zero.
 
Method Summary
 
Methods inherited from class umontreal.iro.lecuyer.util.AbstractChrono
format, format, getHours, getMinutes, getSeconds, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChronoSingleThread

public ChronoSingleThread()
Constructs a ChronoSingleThread object and initializes it to zero.


SSJ
V. 2.0.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.