org.databene.contiperf.timer
Class CumulatedTimer
java.lang.Object
org.databene.contiperf.timer.AbstractTimer
org.databene.contiperf.timer.CumulatedTimer
- All Implemented Interfaces:
- WaitTimer
public class CumulatedTimer
- extends AbstractTimer
WaitTimer
implementation which provides wait times in a range between min and max with lower probabilities
for border values and higher probabilities for values close to the average.
Created: 06.04.2012 17:20:27
- Since:
- 2.1.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CumulatedTimer
public CumulatedTimer()
init
public void init(double[] params)
getWaitTime
public int getWaitTime()
Copyright © 2013. All Rights Reserved.