Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 210 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 210 Bytes

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