Skip to content

User0332/perfcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerfCount - a Python library used for performance testing

Install it with pip install perfcount.

There are multiple decorators included for testing in the library, including perf.perf, perfcount.perf_ns, perfcount.shouldtake, and perfcount.timeout. The perfcount.time_this_program module can be imported to time the program from the time of importing the perfcount.time_this_program module to interpreter exit.

The command perftcount can be used to measure execution time of a command. Ex. perfcount python script.py.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages