TimeFunction A simple Python-library for timing Python functions using @decorators Usage @tf def main(): print('Hello world!') This will return: Function 'main' executed in 505.1 ms