|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatFunction | |
|---|---|
| xsmeral.pipe.stats | Provides classes for tracking statistics of processors. |
| Uses of StatFunction in xsmeral.pipe.stats |
|---|
| Classes in xsmeral.pipe.stats that implement StatFunction | |
|---|---|
class |
Average
Arithmetic average. |
class |
Sum
Sum function. |
class |
TimeInterval
Average time interval between calls to add(). |
| Methods in xsmeral.pipe.stats that return StatFunction | ||
|---|---|---|
|
Stats.newFunction(String name,
Class<? extends StatFunction<T>> function)
Returns StatFunction instance associated with this instance's context. |
|
| Method parameters in xsmeral.pipe.stats with type arguments of type StatFunction | ||
|---|---|---|
|
Stats.newFunction(String name,
Class<? extends StatFunction<T>> function)
Returns StatFunction instance associated with this instance's context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||