bhargavnova / python-helper-modules

MIT License
9 stars 24 forks source link

Script/Function Timer Module #22

Closed Namatuzio closed 1 year ago

Namatuzio commented 1 year ago

Closes #21 Made a Python module named runtime_calculator

  1. Created a function for measuring function runtime
  2. Created a function for finding script runtime
  3. Displays the runtime of functions and scripts in seconds rounded to the nearest tenth of a millisecond.

Added a readme with some documentation on the usage and capabilities of the module.

If anything needs to be updated, feel free to let me know! Thanks!