| AbstractTimer |
Provides a customizable way of measuring elapsed time.
|
| Exceptions |
Helper methods that perform various checks and throw exceptions if certain conditions are met.
|
| ExponentialMovingAverage |
Provides an Exponential moving average of some value.
|
| LoggerHelpers |
Extension methods for Logger class.
|
| MathHelpers |
|
| SimpleMovingAverage |
Helps calculate simple moving averages for a number of values.
|
| TimeoutTimer |
Helps figuring out how much time is left from a particular (initial) timeout.
|
| Timer |
Allows easy measurement of elapsed time.
|