FreeHEP API
Version v1.2.2

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,v 1.1 2001/05/19 00:11:57 tonyj Exp $
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.


FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.