summaryrefslogtreecommitdiff
path: root/Lib/test/test_cprofile.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-1/+9
* Fix buildbot failures - removing the CPU term in the seconds from the output.Senthil Kumaran2010-11-201-1/+1
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-301-0/+1
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-1/+15
* * Use the same code to profile for test_profile and test_cprofile.Georg Brandl2008-02-051-202/+106
* Rewrite test_cprofile as unittest (and rename the file to be consistentGeorg Brandl2008-02-021-0/+208