|
SMILA 1.0 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.RateFormula
public class RateFormula
The Class RateFormula.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.smila.management.performance.PerformanceCounterFormula |
|---|
AVERAGE_FORMULA, AVERAGE_TIMER_FORMULA, RATE_FORMULA, SIMPLE_COUNT_FORMULA |
| Constructor Summary | |
|---|---|
RateFormula()
|
|
| 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 RateFormula()
| Method Detail |
|---|
public double calculateValue(PerformanceSample sample1,
PerformanceSample sample2)
calculateValue in interface PerformanceCounterFormulasample1 - sample1sample2 - sample2
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||