execution-timer
ExecutionTimer is a utility class for measuring execution times of functions or methods in Python. It provides a decorator to easily measure and optionally save the execution times.
View full explanation and code in github.
ExecutionTimer is a utility class for measuring execution times of functions or methods in Python. It provides a decorator to easily measure and optionally save the execution times.
View full explanation and code in github.