Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2013-08-23 | 736 Bytes | |
PyPoorMansTimingAndProfiling-1.0.0-src.zip | 2013-05-08 | 13.3 kB | |
Totals: 2 Items | 14.0 kB | 0 |
Project Home
About Python Poor Mans Timing And Profiling
This is a Python module that facilitates timing portions of C code for test and experimentation. This is not intended to be used in production code.
Unlike general profiling the idea is to be able to "bracket" specific portions of the code that you want to collect timing statistics on.
This was developed to have API similarity with the Java and C counterparts JPoorMansTimingAndProfiling and CPoorMansTimingAndProfiling. The Python version is not as mature as the Java and C versions (yet).
Change History
1.0
- Initial release