Class Timer

java.lang.Object
  |
  +--Timer

public class Timer
extends java.lang.Object

Provides basic timer/checkpointing capabilities.

Author:
Michael S. Noble (mnoble@cfa.harvard.edu) Copyright (c) 2000 This code may only be used under the terms of GNU General Public License.

Constructor Summary
Timer()
           
 
Method Summary
 long checkp()
           
 long checkp(java.lang.String msg)
           
 float checkpSecs()
           
 double format(double x)
           
 long total()
           
 long total(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

format

public double format(double x)

total

public long total()

total

public long total(java.lang.String msg)

checkp

public long checkp()

checkp

public long checkp(java.lang.String msg)

checkpSecs

public float checkpSecs()