org.databene.contiperf.clock
Class SystemClock

java.lang.Object
  extended by org.databene.contiperf.clock.AbstractClock
      extended by org.databene.contiperf.clock.SystemClock
All Implemented Interfaces:
Clock

public class SystemClock
extends AbstractClock

Clock implementation which provides the system time using System.nanoTime() / 1000000

. Created: 23.05.2012 07:52:53

Since:
2.2.0
Author:
Volker Bergmann

Field Summary
static String NAME
           
 
Constructor Summary
SystemClock()
           
 
Method Summary
 long getTime()
           
 
Methods inherited from class org.databene.contiperf.clock.AbstractClock
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

SystemClock

public SystemClock()
Method Detail

getTime

public long getTime()


Copyright © 2013. All Rights Reserved.