com.retek.commons.util
Class ElapsedTimePrinter

java.lang.Object
  extended bycom.retek.commons.util.ElapsedTimePrinter

public class ElapsedTimePrinter
extends java.lang.Object

This tool is used to display elapsed time. Every print displays the number of seconds since the last time the object was reset.


Constructor Summary
ElapsedTimePrinter()
           
 
Method Summary
static void print()
           
static void print(java.lang.String prefix)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElapsedTimePrinter

public ElapsedTimePrinter()
Method Detail

reset

public static void reset()

print

public static void print(java.lang.String prefix)

print

public static void print()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25