Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 304 Bytes

A decorator for timing.

From microseconds to days.

Usage:

from timimgdecorator.timeit import timeit

@timeit
def function_to_time():
    pass

Based on the work of Andreas Jung