summaryrefslogtreecommitdiff
path: root/Lib/test/test_profile.py
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-33445: fail properly in test_cprofile() (GH-6727)Miss Islington (bot)2018-05-081-6/+11
* fix NameError exception in test_profileGiampaolo Rodola'2013-02-121-2/+2
* profile/cProfile: add tests for run() and runctx() functionsGiampaolo Rodola'2013-02-121-1/+28
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-301-0/+22
* a trival fix to let test_profile pass if it runs after test_cprofileBenjamin Peterson2008-10-061-8/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-2/+3
* Change test_profile to only compare data that originates from the test file.Brett Cannon2008-03-011-57/+11
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-114/+170
* 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