]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge in selected changes from profile.py on the trunk. Note that
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 15:13:51 +0000 (15:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 15:13:51 +0000 (15:13 +0000)
commit4da37fcdf057a2de67df998a68331f0bd14a388b
tree49284fdf1bcef9735cd60866740afe33465f0f95
parenta939b7a83100f2312b93a3fc4d7e1647f9266f43
Merge in selected changes from profile.py on the trunk.  Note that
this is *not* a simple-minded merge from the code on the trunk -- that
does too much other stuff to be 100% safe for the 2.1.2 release
(e.g. getting rid of HotProfile and OldProfile, changing some methods
into global functions, a new calibration API).

Add the test_profile.py module which verifies that the profiler works
as expected.
Lib/profile.py