Skip to content

arvelt/measure-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

measuretime


Python decorator to measure function time.

USAGE:

Saved hello.py

import time
from measuretime.secound import measuresecound

@measuresecound
def main():
    time.sleep(1)
    return

if __name__ == "__main__":
    main()

Run hello.py

$ python hello.py
Call main 0.00001 second

INSTALL:

$pip install measuretime

LICENSE

MIT

About

The python decorator to measure function time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages