org.debellor.core.util
Class CellStats

java.lang.Object
  extended by org.debellor.core.util.CellStats

public class CellStats
extends java.lang.Object


Constructor Summary
CellStats()
           
 
Method Summary
 double timeOfAllNext()
          Total execution time of all calls to Cell.onNext(), in seconds.
 double timeOfAllWait()
          In multithreaded execution of Cell.onNext(), total time of retrieving of next samples from the working thread, in seconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellStats

public CellStats()
Method Detail

timeOfAllNext

public double timeOfAllNext()
Total execution time of all calls to Cell.onNext(), in seconds.


timeOfAllWait

public double timeOfAllWait()
In multithreaded execution of Cell.onNext(), total time of retrieving of next samples from the working thread, in seconds.