else/RateMeter/README.md

4 lines
274 B
Markdown
Raw Normal View History

2016-05-21 19:51:36 +00:00
RateMeter
=========
Provides a `RateMeter` class to measure the speed of something. Create an instance with the appropriate `span`, and call `meter.digest(x)` where `x` is the number of units processed. Later, call `meter.report()` to receive the current speed information.