summaryrefslogtreecommitdiff
path: root/Lib/test/test_cprofile.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-1/+8
* bpo-21862: Add -m option to cProfile for profiling modules (#4297)Sanyam Khurana2017-11-081-0/+14
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+1
* Issue #21863: cProfile now displays the module name of C extension functions,...Antoine Pitrou2014-06-271-5/+5
* touch _lsprof's clear() method for C code coverageChristian Heimes2013-12-051-0/+1
* profile/cProfile: add tests for run() and runctx() functionsGiampaolo Rodola'2013-02-121-0/+2
* Issue #12400: test_cprofile now restores correctly the previous sys.stderrVictor Stinner2011-06-301-10/+13
* Windows can't remove a file before it is closedAntoine Pitrou2010-10-291-1/+1
* Properly close a test file in test_cprofile.Brett Cannon2010-10-291-9/+10
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-301-0/+1
* Merged revisions 66677,66700 via svnmerge fromBenjamin Peterson2008-10-071-1/+15
* a trival fix to let test_profile pass if it runs after test_cprofileBenjamin Peterson2008-10-061-3/+7
* unbreak test_cprofileBenjamin Peterson2008-10-061-0/+72