Skip to content

PyTimer 0.2

Choose a tag to compare

@BlendingJake BlendingJake released this 13 Dec 15:56
· 110 commits to master since this release

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.