Skip to content

nobeam/example-package-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timer example package

Installation

Install this module with pip (requires Python 3.8 or newer)

pip install -U git+https://github.com/nobeam/example-package-timer

Usage

Just put a decorator on top of your function and it will print the elapsed time every time you call it.

from timer import timer

@timer
def your_function()
    ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages