Skip to content
/ pytimeit Public

A module that helps log time for multiple processes in python

License

Notifications You must be signed in to change notification settings

amyth/pytimeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###PyTimeit - v 0.1
####Introduction: A python module that helps log/print time takes for a particular process. This module can simultaneously record time for multiple processes. This does not use a decorator so can be used even for a single line of python code.

####Usage:

from timeit import TimeLogger

timelog = TimeLogger(debug=True)


db_query = timelog.start_process("Make Database Query", prediction=2)
#some python code here 
timelog.stop_process(db_query)

####Contributors Amyth Arora [mail@amythsingh.com]

About

A module that helps log time for multiple processes in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages