|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.util.AbstractChrono
umontreal.iro.lecuyer.util.Chrono
public class Chrono
Chrono
The Chrono class extends the umontreal.iro.lecuyer.utilAbstractChrono class and computes the CPU time for the current thread only. This is the simplest way to use chronos. Classes AbstractChrono, umontreal.iro.lecuyer.utilSystemTimeChrono, umontreal.iro.lecuyer.utilGlobalCPUTimeChrono and umontreal.iro.lecuyer.utilThreadCPUTimeChrono provide different chronos implementations. See these classes to learn more about SSJ chronos, if problems appear with class Chrono.
Constructor Summary | |
---|---|
Chrono()
. |
Method Summary | |
---|---|
static Chrono |
createForSingleThread()
. |
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 |
---|
public Chrono()
Method Detail |
---|
public static Chrono createForSingleThread()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |