Uses of Interface
org.databene.contiperf.Clock

Packages that use Clock
org.databene.contiperf   
org.databene.contiperf.clock   
 

Uses of Clock in org.databene.contiperf
 

Methods in org.databene.contiperf that return Clock
 Clock[] ExecutionConfig.getClocks()
           
 

Constructors in org.databene.contiperf with parameters of type Clock
ExecutionConfig(int invocations, int threads, int duration, Clock[] clocks, int rampUp, int warmUp, boolean cancelOnViolation, Class<? extends WaitTimer> waitTimerClass, double[] waitParams)
           
PerformanceTracker(Invoker target, ExecutionConfig executionConfig, PerformanceRequirement requirement, ReportContext context, Clock[] clocks)
           
 

Uses of Clock in org.databene.contiperf.clock
 

Classes in org.databene.contiperf.clock that implement Clock
 class AbstractClock
          Abstract implementation of the Clock interface.
 class CpuClock
          Clock implementation which provides the CPU time of the current thread via ThreadMXBean.getCurrentThreadCpuTime()

Created: 23.05.2012 07:53:29
 class SystemClock
          Clock implementation which provides the system time using System.nanoTime() / 1000000

.
 class UserClock
          Clock implementation which provides the user time of the current thread via ThreadMXBean.getCurrentThreadUserTime()

Created: 23.05.2012 08:07:32
 



Copyright © 2013. All Rights Reserved.