com.activequant.utils
Class TimeMeasurement

java.lang.Object
  extended by com.activequant.utils.TimeMeasurement

public class TimeMeasurement
extends Object

Allows basic runtime measurements

History:
- [10.10.2009] Created (Ghost Rider)

Author:
Ghost Rider

Constructor Summary
TimeMeasurement()
           
 
Method Summary
static long getRuntime(String timerName)
           
static void start(String timerName)
           
static void stop(String timerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMeasurement

public TimeMeasurement()
Method Detail

start

public static void start(String timerName)

stop

public static void stop(String timerName)

getRuntime

public static long getRuntime(String timerName)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.