Skip to content

0.2.0

Compare
Choose a tag to compare
@ianlini ianlini released this 17 Apr 17:01
· 48 commits to master since this release

Change

  • remove IterTimer (#2)
  • change SimpleTimer to Stopwatch, though SimpleTimer can still be used for backward-compatibility (#9)
  • change some variables Stopwatch (start_time, end_time and elapsed_time) to have _ prefix (#10)

New

  • add public start(), pause(), split(), reset(), get_elapsed_time(), get_cumulative_elapsed_time() and log_elapsed_time() methods to Stopwatch (#3, #4, #12)
  • add verbose parameter to Stopwatch.__init__() (#8)