else/RateMeter
Ethan Dalool bfaed2e416 else
prepare to remove TagGroups
2016-09-05 16:37:07 -07:00
..
README.md else 2016-05-21 12:51:36 -07:00
ratemeter.py else 2016-05-21 12:51:36 -07:00
speedtest.py else 2016-09-05 16:37:07 -07:00

README.md

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.