org.openjump.test
Class PerformanceUtils

java.lang.Object
  extended by org.openjump.test.PerformanceUtils

public final class PerformanceUtils
extends java.lang.Object

Author:
Benjamin Gudehus

Method Summary
static void printDuration(java.lang.String message, long startTime)
           
static long startTime()
           
static long stopDuration(long startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startTime

public static long startTime()

stopDuration

public static long stopDuration(long startTime)

printDuration

public static void printDuration(java.lang.String message,
                                 long startTime)