FreeHEP API
Version current

org.freehep.j3d.plot
Class TimeStamp

java.lang.Object
  extended byorg.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)
Source Code:
TimeStamp.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.