Package org.jzy3d.junit.replay
Class Timestamped
- java.lang.Object
-
- org.jzy3d.junit.replay.Timestamped
-
- Direct Known Subclasses:
EventRecorder,EventReplay
public class Timestamped extends Object
To be enhanced (wrapper tictoc)
-
-
Constructor Summary
Constructors Constructor Description Timestamped()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebugMs(long time)voiddebugMs(IEventLog event)longelapsedMs()booleanelapsedMs(long time)booleanelapsedMs(IEventLog event)longnow()longsince()longsince(long now)voidstart()longstartup()
-
-
-
Field Detail
-
t
protected TicToc t
-
-
Method Detail
-
start
public void start()
-
startup
public long startup()
-
now
public long now()
-
since
public long since()
-
since
public long since(long now)
-
elapsedMs
public long elapsedMs()
-
elapsedMs
public boolean elapsedMs(IEventLog event)
-
elapsedMs
public boolean elapsedMs(long time)
-
debugMs
public void debugMs(IEventLog event)
-
debugMs
public void debugMs(long time)
-
-