Skip to content

iddoberger/timingdecorator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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