org.freehep.j3d.plot
Class TimeStamp

java.lang.Object
  extended by 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)

Constructor Summary
TimeStamp()
           
TimeStamp(String str)
           
 
Method Summary
 void print(String str)
           
 void setSilent()
           
static TimeStamp sharedInstance()
          A static method for getting a single, global instance of TimeStamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStamp

public TimeStamp()

TimeStamp

public TimeStamp(String str)
Method Detail

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.