Metadata-Version: 2.1
Name: running-time
Version: 0.0.1
Summary: Function operation time measurement
Home-page: UNKNOWN
Author: Jose Kim
Author-email: josekim0613@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

This module is designed to measure the performance (time) of a function.

When a function reference and parameters are passed, the function execution result and time are returned.

Results are stored in an internal list and can be saved as a file.

