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 void
debugMs(long time)
void
debugMs(IEventLog event)
long
elapsedMs()
boolean
elapsedMs(long time)
boolean
elapsedMs(IEventLog event)
long
now()
long
since()
long
since(long now)
void
start()
long
startup()
-
-
-
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)
-
-