Skip to content

coderfreestyle/python-timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-timing

Time your codes

Usage

You can download this and place it in your site-package, and:

  • The basic usage: import timing
  • The advanced usage:
    • To time: put timing.go() and timing.end('something that you wanna say') before and after the code block
    • To log: use timming.log('something that you wanna say')

Acknowledgement

Most of the work is done by Paul McG, which you can find it at here

About

Time your codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages