umontreal.iro.lecuyer.util
Class ChronoSingleThread
java.lang.Object
umontreal.iro.lecuyer.util.AbstractChrono
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. |
ChronoSingleThread
public ChronoSingleThread()
- Constructs a ChronoSingleThread object and
initializes it to zero.
To submit a bug or ask questions, send an e-mail to
Pierre L'Ecuyer.