org.jzy3d.junit.replay
Class Timestamped

java.lang.Object
  extended by org.jzy3d.junit.replay.Timestamped
Direct Known Subclasses:
EventRecorder, EventReplay

public class Timestamped
extends Object

To be enhanced (wrapper tictoc)


Field Summary
protected  TicToc t
           
 
Constructor Summary
Timestamped()
           
 
Method Summary
 void debugMs(IEventLog event)
           
 void debugMs(long time)
           
 long elapsedMs()
           
 boolean elapsedMs(IEventLog event)
           
 boolean elapsedMs(long time)
           
 long now()
           
 long since()
           
 long since(long now)
           
 void start()
           
 long startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t

protected TicToc t
Constructor Detail

Timestamped

public Timestamped()
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)


Copyright © 2013. All rights reserved.