org.databene.contiperf
Interface Clock

All Known Implementing Classes:
AbstractClock, CpuClock, SystemClock, UserClock

public interface Clock

Extension interface for different providers of time, e.g. system, CPU or user time.

Created: 23.05.2012 07:51:45

Since:
2.2.0
Author:
Volker Bergmann

Method Summary
 String getName()
           
 long getTime()
           
 

Method Detail

getName

String getName()

getTime

long getTime()


Copyright © 2013. All Rights Reserved.