summaryrefslogtreecommitdiff
path: root/Lib/test/test_profile.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* The test for #5330 wasn't correct.Antoine Pitrou2009-05-301-1/+1
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-301-0/+20
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-181-2/+3
* * Use the same code to profile for test_profile and test_cprofile.Georg Brandl2008-02-051-114/+157
* Added the cProfile module.Armin Rigo2006-02-081-50/+54
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-201-2/+21
* Whitespace normalization.Tim Peters2004-07-081-8/+8
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-0/+14
* Whitespace normalization.Tim Peters2001-10-041-1/+1
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-041-0/+86