Skip to content

MineMS49/PyTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

PyTime

Small class used to provide time with "with" statement.


Usage

var = Chronos()
with var:
	#Do_something
	mySuperFunction(lot,"of",arguments)
elapsed_time=var.get()

# elapsed_time is a list of two elements
#   containing all elapsed time, time.sleep()
#   included, and processing time.```

About

Timer using "with" Python statement

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages