A decorator for timing.
From microseconds to days.
Usage:
from timimgdecorator.timeit import timeit
@timeit
def function_to_time():
passBased on the work of Andreas Jung
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A decorator for timing.
From microseconds to days.
Usage:
from timimgdecorator.timeit import timeit
@timeit
def function_to_time():
passBased on the work of Andreas Jung