org.databene.contiperf.clock
Class UserClock
java.lang.Object
org.databene.contiperf.clock.AbstractClock
org.databene.contiperf.clock.UserClock
- All Implemented Interfaces:
- Clock
public class UserClock
- extends AbstractClock
Clock
implementation which provides the user time of the current thread
via ThreadMXBean.getCurrentThreadUserTime()
Created: 23.05.2012 08:07:32
- 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
UserClock
public UserClock()
getTime
public long getTime()
Copyright © 2013. All Rights Reserved.