Skip to content

carterjfulcher/tinyprofiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

tinyprofiler

img

from tinyprofiler import Observer

observer = Observer()

@observer.profile()
def your_function():
  # do something