org.databene.contiperf.clock
Class SystemClock
java.lang.Object
org.databene.contiperf.clock.AbstractClock
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
SystemClock
public SystemClock()
getTime
public long getTime()
Copyright © 2013. All Rights Reserved.