|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.debellor.core.util.CellStats
public class CellStats
| 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 |
|---|
public CellStats()
| Method Detail |
|---|
public double timeOfAllNext()
Cell.onNext(), in seconds.
public double timeOfAllWait()
Cell.onNext(), total time of retrieving
of next samples from the working thread, in seconds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||