no.uio.edd.utils.misc
Class TimeUtils

java.lang.Object
  extended by no.uio.edd.utils.misc.TimeUtils

public class TimeUtils
extends java.lang.Object

Author:
oeide Do some timestamping to be used in simple performance analysis.

Constructor Summary
TimeUtils()
           
 
Method Summary
static void stampTime()
          Stamp the time to the console.
static void stampTime(java.lang.String prefix)
          Stamp the time to the console.
static void stampTime(java.lang.String prefix, java.lang.String postfix)
          Stamp the time to the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeUtils

public TimeUtils()
Method Detail

stampTime

public static void stampTime(java.lang.String prefix,
                             java.lang.String postfix)
Stamp the time to the console.

Parameters:
prefix - the text before the timestamp.
postfix - the text after the timestamp.

stampTime

public static void stampTime(java.lang.String prefix)
Stamp the time to the console.

Parameters:
prefix - the text before the timestamp.

stampTime

public static void stampTime()
Stamp the time to the console.