org.databene.contiperf.clock
Class AbstractClock
java.lang.Object
org.databene.contiperf.clock.AbstractClock
- All Implemented Interfaces:
- Clock
- Direct Known Subclasses:
- CpuClock, SystemClock, UserClock
public abstract class AbstractClock
- extends Object
- implements Clock
Abstract implementation of the Clock
interface.
Inherit custom Clock
implementations from this
class in order to have a better future compatibility.
Created: 24.05.2012 08:06:01
- 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 |
Methods inherited from interface org.databene.contiperf.Clock |
getTime |
AbstractClock
public AbstractClock(String name)
getName
public String getName()
- Specified by:
getName
in interface Clock
Copyright © 2013. All Rights Reserved.