PyTimer 0.2
New Features:
- Calculating single run of function using decorator
@timer_var.decorator - Calculating multiple runs of function using
.evaluate(function, iterations=##) - Calculating multiple runs of a string of code
.evaluate(string, iterations=##) - Standard Deviation
- Averages across split
Most of the code has been rewritten as well to follow PEP standards and be better documented.