mzaja / jacktrade

A collection of often-used utilities shared across different Python projects
MIT License
1 stars 0 forks source link

Add minutes and hours to CodeTimer #4

Closed mzaja closed 1 year ago

mzaja commented 1 year ago

The largest display unit is currently seconds, but this is not ideal for timing long-running code. Add support for hours and minutes to the class.