|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.management.performance.formula.SimpleCountFormula
public class SimpleCountFormula
The Class SimpleCountFormula.
Field Summary |
---|
Fields inherited from interface org.eclipse.smila.management.performance.PerformanceCounterFormula |
---|
AVERAGE_FORMULA, AVERAGE_TIMER_FORMULA, RATE_FORMULA, SIMPLE_COUNT_FORMULA |
Constructor Summary | |
---|---|
SimpleCountFormula()
|
Method Summary | |
---|---|
double |
calculateValue(PerformanceSample sample1,
PerformanceSample sample2)
Calculates next counter value by two samples. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleCountFormula()
Method Detail |
---|
public double calculateValue(PerformanceSample sample1, PerformanceSample sample2)
calculateValue
in interface PerformanceCounterFormula
sample1
- sample1sample2
- sample2
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |