Simple and light weight module to measure the function execution time in Python.

Usage:

from smartutils.util import get_exec_time

@get_exec_time
def sample():
    print("hi")