Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buildbot failures - removing the CPU term in the seconds from the output. | Senthil Kumaran | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
| | |||||
* | Issue #5330: C functions called with keyword arguments were not reported by | Antoine Pitrou | 2009-05-30 | 1 | -0/+1 |
| | | | | the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. | ||||
* | The _lsprof module could crash the interpreter if it was given an external | Brett Cannon | 2008-09-29 | 1 | -1/+15 |
| | | | | | | | | timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. | ||||
* | * Use the same code to profile for test_profile and test_cprofile. | Georg Brandl | 2008-02-05 | 1 | -202/+106 |
| | | | | | | | | * Convert both to unittest. * Use the same unit testing code. * Include the expected output in both test files. * Make it possible to regenerate the expected output by running the file as a script with an '-r' argument. | ||||
* | Rewrite test_cprofile as unittest (and rename the file to be consistent | Georg Brandl | 2008-02-02 | 1 | -0/+208 |
with all other test files). Written for GHOP by Benjamin Peterson. |