org.freehep.j3d.plot
Class TimeStamp
java.lang.Object
org.freehep.j3d.plot.TimeStamp
public class TimeStamp
- extends Object
This is class TimeStamp - it has a print method which will keep track of the last
time it was called and print a message along with the elapsed time since the last call.
- Version:
- $Id: TimeStamp.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Joy Kyriakopulos (joyk@fnal.gov)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeStamp
public TimeStamp()
TimeStamp
public TimeStamp(String str)
print
public void print(String str)
setSilent
public void setSilent()
sharedInstance
public static TimeStamp sharedInstance()
- A static method for getting a single, global instance of TimeStamp.
Copyright © 2000-2006 FreeHEP. All Rights Reserved.